diff --git a/flake.nix b/flake.nix index 8cf0668..0305f04 100644 --- a/flake.nix +++ b/flake.nix @@ -2,12 +2,12 @@ description = "My NixOS configurations."; nixConfig = { - extra-substituters = '' + extra-substituters = '' https://nix-community.cachix.org/ https://hyprland.cachix.org/ ''; - extra-trusted-public-keys = '' + extra-trusted-public-keys = '' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= '';