From 20f4bc2ae3e90c04b19dafaca01a1351f881373e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Dec 2023 15:58:01 +0300 Subject: [PATCH] Format --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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= '';