about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-04-04 21:18:40 +0200
committerProfpatsch <mail@profpatsch.de>2018-05-01 21:28:02 +0200
commit6bf9aa210a24721f89003f2e94f6f45b02784579 (patch)
tree19bf219b12715d5d8895697b86109eb98852f667
parent56bdce1441b5b273480adf3a1b63a044f8871f1f (diff)
machines/profpatsch/pkgs: nix with syntax fix
-rw-r--r--machines/profpatsch/pkgs.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 7fd1db01..9bf91dfe 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -3,6 +3,14 @@
 with pkgs;
 let
 
+  nix = pkgs.nix.overrideAttrs (old: {
+    patches = old.patches or [] ++ [
+      (pkgs.fetchpatch {
+        url = "https://github.com/NixOS/nix/commit/486872150638d56483c2bc429ba9e137d9974ee8.patch";
+        sha256 = "0g0bp7gw6aqrscxkfmg6ykw91vm7b602h2dwbl53ycsa92bqfayq";
+      }) ];
+  });
+
   addPythonRuntimeDeps = drv: deps: drv.overrideDerivation (old: {
     propagatedNativeBuildInputs = old.propagatedNativeBuildInputs ++ deps;
   });
@@ -106,6 +114,7 @@ let
 
 in
 { inherit
+    nix
     taffybar
     mpv
     beets