From c1353bb04b594a8b11fa7e28dbf29d0a6cb08275 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 29 Apr 2024 01:16:16 +0300 Subject: 2024-04-29 --- modules/common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/nix.nix') 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: { }) ]; }; -- cgit 1.4.1