diff options
| author | Jaki Schöffel <sils@sils.li> | 2026-08-14 15:49:19 +0200 |
|---|---|---|
| committer | Jaki Schöffel <sils@sils.li> | 2026-08-14 20:07:56 +0200 |
| commit | 28bb442b661d5bb363874a642caa7a0c9c16e1c6 (patch) | |
| tree | 7e8bdcc6a645a4bcae5927fefec7ce6c9a827884 /modules | |
| parent | flake.lock: update (diff) | |
| download | nix-config-28bb442b661d5bb363874a642caa7a0c9c16e1c6.zip | |
nix: remove garnix cache
garnix did shut down
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/jaki/nix.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/jaki/nix.nix b/modules/nixos/jaki/nix.nix index d946453..0edd642 100644 --- a/modules/nixos/jaki/nix.nix +++ b/modules/nixos/jaki/nix.nix @@ -39,11 +39,9 @@ in { commit-lockfile-summary = "flake.lock: update"; experimental-features = ["nix-command" "flakes"]; substituters = [ - "https://cache.garnix.io" "https://hyprland.cachix.org" ]; trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; |
