From dd2ebb2adc1784eda868e4cb22d21586fc761f4e Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 26 Sep 2021 11:17:35 +0300 Subject: [PATCH] Patch nix --- profiles/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/nix/default.nix b/profiles/nix/default.nix index 12fc713..f33c708 100644 --- a/profiles/nix/default.nix +++ b/profiles/nix/default.nix @@ -24,7 +24,7 @@ ]; package = inputs.nix.defaultPackage.x86_64-linux.overrideAttrs (oa: { - patches = [ ./nix.patch ] ++ oa.patches or [ ]; + patches = [ ./nix.patch ./unset-is-macho.patch ] ++ oa.patches or [ ]; # HAHA doInstallCheck = false; });