fixed nix build on darwin

This commit is contained in:
voidlizard 2025-02-13 22:43:53 +03:00
parent 695f271cf8
commit 4ca064bec9
1 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
preBuild = ''
export GIT_HASH="${self.rev or self.dirtyRev or "dirty"}"
'';
disallowGhcReference = false;
}))
];