Nix: allow building from pure-eval mode (#2427)

* default.nix: allow import with pure-eval enabled

* Update hercules-ci/gitignore

* shell.nix: fix import of default.nix
This commit is contained in:
Matt Votava
2022-08-15 20:44:02 -05:00
committed by GitHub
parent ba3ba9fd5b
commit f75e77cf60
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
}:
let
postgrest =
import ./default.nix;
import ./default.nix { };
inherit (postgrest) pkgs;