Skip to content

Commit

Permalink
nix: add which dependency for tests
Browse files Browse the repository at this point in the history
It is required since we are on debian's branch
  • Loading branch information
vlaci committed Dec 15, 2023
1 parent 82db526 commit 21e61ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ final: prev:
(super: {
pname = "e2fsprogs-nofortify";
hardeningDisable = (super.hardeningDisable or [ ]) ++ [ "fortify3" ];
nativeCheckInputs = (super.nativeCheckInputs or [ ]) ++ [ final.which ];
});

# Own package updated independently of nixpkgs
Expand Down

0 comments on commit 21e61ce

Please sign in to comment.