about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/nix.nix2
-rw-r--r--modules/common/shell/default.nix4
-rw-r--r--modules/profiles/dev/containers.nix1
3 files changed, 4 insertions, 3 deletions
diff --git a/modules/common/nix.nix b/modules/common/nix.nix
index db46336..d6e8edb 100644
--- a/modules/common/nix.nix
+++ b/modules/common/nix.nix
@@ -125,7 +125,7 @@ in
 
       overlays = with inputs; [
         self.overlays.default
-        (_: _: { })
+        (_: _super: { })
       ];
     };
 
diff --git a/modules/common/shell/default.nix b/modules/common/shell/default.nix
index 437ce57..9ef1c22 100644
--- a/modules/common/shell/default.nix
+++ b/modules/common/shell/default.nix
@@ -89,8 +89,8 @@ in
                             _: super: {
                               patches = (super.patches or [ ]) ++ [
                                 (fetchpatch {
-                                  url = "https://raw.githubusercontent.com/jarun/advcpmv/a1f8b505e691737db2f7f2b96275802c45f65c59/advcpmv-0.9-9.4.patch";
-                                  hash = "sha256-4fdqpkENPfra4nFQU4+xNrlfq6Dw/2JIZXUOMmdMtcM=";
+                                  url = "https://raw.githubusercontent.com/jarun/advcpmv/1e2b1c6b74fa0974896bf94604279a3f74b37a63/advcpmv-0.9-9.5.patch";
+                                  hash = "sha256-LRfb4heZlAUKiXl/hC/HgoqeGMxCt8ruBYZUrbzSH+Y=";
                                 })
                               ];
                             }
diff --git a/modules/profiles/dev/containers.nix b/modules/profiles/dev/containers.nix
index f75a26b..3fb8774 100644
--- a/modules/profiles/dev/containers.nix
+++ b/modules/profiles/dev/containers.nix
@@ -37,6 +37,7 @@ in
           WERF_LOG_DEBUG = "true";
           WERF_LOG_PRETTY = "false";
           WERF_LOG_VERBOSE = "true";
+          WERF_NELM = "true";
           WERF_SYNCHRONIZATION = ":local";
           WERF_TELEMETRY = "false";
         };

Consider giving Nix/NixOS a try! <3