Commit 14b7595
Fix nix CI: add diffutils parameter to agda2hs.nix
The testsuite uses diff, so diffutils needs to be available.
In agda2hs.nix, pkgs refers to the list of Agda packages (not nixpkgs),
so diffutils must be passed as a function parameter via callPackage.
Co-authored-by: andreasabel <[email protected]>1 parent 883e123 commit 14b7595
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments