diff options
| author | seth <[email protected]> | 2023-12-11 14:33:38 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 14:33:38 -0500 |
| commit | 534dad90001ff5a7d492fda7ce3a117d1d011e71 (patch) | |
| tree | 272211cdd7347cca7542c67e21ddbe8e35157fa4 /modules/shared | |
| parent | 8fa4c973860ebdcc4747ef1908f93ce546aa6fed (diff) | |
flake: remove getchoo input
Diffstat (limited to 'modules/shared')
| -rw-r--r-- | modules/shared/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared/nix.nix b/modules/shared/nix.nix index 7ca3f1d..d88285d 100644 --- a/modules/shared/nix.nix +++ b/modules/shared/nix.nix @@ -32,7 +32,7 @@ }; nixpkgs = { - overlays = with inputs; [getchoo.overlays.default self.overlays.default]; + overlays = [self.overlays.default]; config.allowUnfree = lib.mkDefault true; }; } |
