From 7b524417514f41c2a72ed77958151fb412f5d6e9 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 May 2024 20:42:56 -0400 Subject: treewide: remove overlay don't need it tbh --- modules/shared/base/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/shared') diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index 8fcfc97..29b817f 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -26,6 +26,7 @@ in { trusted-substituters = ["https://cache.garnix.io"]; trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; + nix-path = config.nix.nixPath; }; @@ -36,7 +37,6 @@ in { }; nixpkgs = { - overlays = [inputs.self.overlays.default]; config.allowUnfree = lib.mkDefault true; }; }; -- cgit v1.2.3