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

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