fix: postgresql on ARM

This commit is contained in:
Andras Bacsai
2022-08-14 20:02:18 +00:00
parent 9b67a253f1
commit bc802b6f19
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "git";
name = "environment";
buildInputs = [
git
git-lfs