diff --git a/flake.nix b/flake.nix index 81e1ce2..351c240 100644 --- a/flake.nix +++ b/flake.nix @@ -4,12 +4,8 @@ inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; inputs.nixos-2311.url = "github:NixOS/nixpkgs/release-23.11"; - nixConfig.extra-substituters = [ - "https://cache.garnix.io" - ]; - nixConfig.extra-trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" - ]; + nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ]; + nixConfig.extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; outputs = { self, nixos-unstable, nixos-2311 }: let