diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/nix.nix | 2 |
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: { }) ]; }; |