From eb8dfd7832b7ee7e4a951cc2836780ecd38c28dd Mon Sep 17 00:00:00 2001 From: Joost <2742259+javdl@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:18:16 +0000 Subject: [PATCH] CI --- .direnv/flake-profile | 2 +- .direnv/flake-profile-2-link | 1 + flake.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 .direnv/flake-profile-2-link diff --git a/.direnv/flake-profile b/.direnv/flake-profile index 0c05709..c7ae5b7 120000 --- a/.direnv/flake-profile +++ b/.direnv/flake-profile @@ -1 +1 @@ -flake-profile-1-link \ No newline at end of file +flake-profile-2-link \ No newline at end of file diff --git a/.direnv/flake-profile-2-link b/.direnv/flake-profile-2-link new file mode 120000 index 0000000..f4eccc4 --- /dev/null +++ b/.direnv/flake-profile-2-link @@ -0,0 +1 @@ +/nix/store/dxl2d51lfn0dk2wjcd1wfqkg93yiqav7-nix-shell-env \ No newline at end of file diff --git a/flake.nix b/flake.nix index 7a6fd1a..effd370 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ # instead of passing `buildInputs` / `nativeBuildInputs`, # we refer to an existing derivation here inputsFrom = [ bin ]; + buildInputs = with pkgs; [ reuse ]; # buildInputs = with pkgs; [ # # Rust toolchain # rustToolchain