Add Garnix support

This commit is contained in:
Spotlight 2024-10-07 22:01:08 -05:00
parent 1d5090762b
commit 7a4a0dafea
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 12 additions and 2 deletions

View file

@ -40,8 +40,14 @@
nix = {
# Keep the latest version of Nix.
package = pkgs.nix;
# Necessary for using flakes on this system.
settings.experimental-features = "nix-command flakes";
settings = {
# Necessary for using flakes on this system.
experimental-features = "nix-command flakes";
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
};
# Create /etc/zshrc that loads the nix-darwin environment.

View file

@ -27,6 +27,10 @@
experimental-features = [ "flakes" "nix-command" ];
trusted-users = [ "spotlight" ];
builders-use-substitutes = true;
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
# Select internationalisation properties.