upgrade nixpkgs and apply related fixes

This commit is contained in:
monacoremo
2020-12-23 09:39:36 -05:00
committed by Steve Chavez
parent bf141ca13f
commit 9cfc66a6a4
9 changed files with 51 additions and 171 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ To push all new artifacts to Cachix, run:
nix-store -qR --include-outputs $$(nix-instantiate) | cachix push postgrest
# Or, equivalently
make cachix-push-all
nix-shell --run postgrest-push-cachix
```