Skip to content

Commit

Permalink
ref(nix): use builtins.path for fully reproducible path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed May 28, 2024
1 parent d725b30 commit 115a3dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ in
pname = "sig";
inherit version;

src = ./.;
src = builtins.path {
path = ./.;
name = repo;
};

cargoLock = {
lockFile = ./Cargo.lock;
Expand Down

0 comments on commit 115a3dd

Please sign in to comment.