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