diff --git a/cachix/nix-community.nix b/cachix/nix-community.nix deleted file mode 100644 index b271e10..0000000 --- a/cachix/nix-community.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - nix.settings = { - substituters = [ "https://nix-community.cachix.org" ]; - trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; - }; -} diff --git a/flake.nix b/flake.nix index fe8ea18..8a0dc19 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,6 @@ let cafeModules = [ ./hosts/default/configuration.nix - ./cachix/nix-community.nix ./hosts/default/stylix.nix ];