From c6b5c31df201828478ca5e725a6d118ec113d42e Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:45:32 +0530 Subject: [PATCH] feat: nix community is default --- cachix/nix-community.nix | 6 ------ flake.nix | 1 - 2 files changed, 7 deletions(-) delete mode 100644 cachix/nix-community.nix 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 ];