diff --git a/flake.nix b/flake.nix index d073c63..df19658 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,11 @@ nixConfig = { allow-import-form-derivation = true; + + extra-substituters = [ "https://nix-community.cachix.org" ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; outputs = { self, nixpkgs, home-manager, ... }@inputs: