diff options
author | sils <sils@sils.li> | 2023-08-15 16:20:30 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-08-15 16:20:30 +0200 |
commit | 88a316c72d53dd8513971bdf3ca95649b317b61d (patch) | |
tree | 1791a37235064f9c16785c9c56b06ebd1958b596 /sys | |
parent | Fix(u/sils/swayidle): Don't turn screen off (diff) | |
download | nix-config-88a316c72d53dd8513971bdf3ca95649b317b61d.tar.gz nix-config-88a316c72d53dd8513971bdf3ca95649b317b61d.zip |
Fix(s/nix): Add garnix cache to avoid building prism-launcher
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nix/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/nix/default.nix b/sys/nix/default.nix index 04ba61f..5398c63 100644 --- a/sys/nix/default.nix +++ b/sys/nix/default.nix @@ -18,6 +18,12 @@ settings = { auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; + trusted-substituters = [ + "https://cache.garnix.io" + ]; + trusted-public-keys = [ + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + ]; }; }; } |