diff options
| author | seth <[email protected]> | 2024-05-10 20:42:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 7b524417514f41c2a72ed77958151fb412f5d6e9 (patch) | |
| tree | 3dccd6d1b234638d01e7c54abecc8f9e679113fc /modules/shared/base | |
| parent | 641ab65696cefc51d18ca75c53bce5f6ecd496ab (diff) | |
treewide: remove overlay
don't need it tbh
Diffstat (limited to 'modules/shared/base')
| -rw-r--r-- | modules/shared/base/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; }; |
