about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index f183f00b..3a99fc42 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -74,6 +74,13 @@ in {
       allowBroken = true;
 
       packageOverrides = pkgs: {
+        nixUnstable = pkgs.lib.overrideDerivation pkgs.nixUnstable (drv: {
+          patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch {
+            url = "https://github.com/NixOS/nix/commit/"
+                + "8a76bc9fb0918548b9bffaa39105ac63135d1c5d.patch";
+            sha256 = "0ijiwcln7zh2321gdsad8cm44b66qdcg5l2gmz2qm4qw9y902cpc";
+          });
+        });
         miro = pkgs.miro.override {
           enableBonjour = true;
         };