From 927bd07cab5ad31bdd97353b3fce5550cdbbbfaf Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 16 Feb 2023 11:40:35 +0900 Subject: feat: remove input chaotic-nixpkgs --- nixos/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/default.nix') diff --git a/nixos/default.nix b/nixos/default.nix index c8af864..611aa1d 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -4,7 +4,6 @@ alpha = self.lib.mkSystem { name = "alpha"; nixpkgs = unstable; - overlays = with inputs; [ chaotic-nixpkgs.overlay ]; extraModules = [ ./modules/security.nix ./modules/cachix @@ -16,7 +15,6 @@ name = "beta"; system = "aarch64-linux"; nixpkgs = unstable-small; - overlays = with inputs; [ chaotic-nixpkgs.overlay ]; extraModules = [ ./modules/security.nix ]; -- cgit 1.4.1