lean4-htt/nix
Enrico Borba 6d583284df
chore: Nix: fix depRoot with huge number of deps (#2179)
If `deps` or `depRoots` are too large, bash will carsh when executing
the modified script. This is because there are OS-level limits on the
size of environment variables. This commit changes the script so that
`deps` and `depRoots` are written to files instead of being passed as
environment variables.
2023-04-01 09:45:38 +02:00
..
bareStdenv chore: Nix: re-enable nix develop on bare derivations 2022-07-08 14:49:08 +02:00
templates/pkg chore: Nix: use strings instead of URL literals (#2172) 2023-03-28 10:10:24 +02:00
bootstrap.nix chore: Nix: explicit src 2023-01-26 13:32:42 +01:00
buildLeanPackage.nix chore: Nix: fix depRoot with huge number of deps (#2179) 2023-04-01 09:45:38 +02:00
lake-dev.in chore: Nix: adjust message 2022-03-09 10:31:32 +01:00
lean-dev.in chore: Nix: better solution for filtering test output 2022-07-28 17:12:17 +02:00
packages.nix chore: Nix: update lean4-mode 2023-03-15 10:52:03 +01:00