From cdaf170f6f7410d34e743c6aab119f089cd99419 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Fri, 20 Mar 2026 00:14:22 +0000 Subject: [PATCH] added cachyos cache --- config/modules/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/modules/nix.nix b/config/modules/nix.nix index 089954a..7643b46 100644 --- a/config/modules/nix.nix +++ b/config/modules/nix.nix @@ -13,6 +13,7 @@ "https://attic.scug.io/pkgs" "https://cache.nixos-cuda.org" "https://niri.cachix.org" + "https://attic.xuyh0120.win/lantian" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" @@ -20,6 +21,7 @@ "pkgs:+sRbfiZMMX5R3PuAPtIRz/emowDoGZNpozibrnrAvuc=" "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964=" + "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ]; experimental-features = [ "flakes"