about summary refs log tree commit diff
path: root/modules/common/nix.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-29 01:16:16 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-29 01:16:16 +0300
commitc1353bb04b594a8b11fa7e28dbf29d0a6cb08275 (patch)
tree5bd87deaabc9f65a21af10b9dcbb5577c428659c /modules/common/nix.nix
parent2024-04-23 (diff)
2024-04-29
Diffstat (limited to '')
-rw-r--r--modules/common/nix.nix2
1 files changed, 1 insertions, 1 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: { })
       ];
     };
 

Consider giving Nix/NixOS a try! <3