Skip to content

Commit

Permalink
Fix nix-build
Browse files Browse the repository at this point in the history
During nix-build `/usr/bin/env` is not available, hence shebangs need to
be patched.
  • Loading branch information
ibbem committed Apr 5, 2024
1 parent a1da77f commit 8bb2647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pkgs.agdaPackages.mkDerivation {
];

buildPhase = ''
patchShebangs ./scripts/check-all.sh
make check-all
make build
'';
Expand Down

0 comments on commit 8bb2647

Please sign in to comment.