Properly add Garnix support

This removes the `extra-` prefix from the specified Nix config. This appears to only be used within Nix flake configs. We probably should eventually provide this - oops!
This commit is contained in:
Spotlight 2024-10-15 00:51:32 -05:00
parent 49c379482e
commit 6616fd47ea
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 13 additions and 13 deletions

View file

@ -45,8 +45,8 @@
experimental-features = "nix-command flakes";
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
substituters = [ "https://cache.garnix.io" ];
trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
};

View file

@ -29,8 +29,8 @@
builders-use-substitutes = true;
# Include Garnix
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
substituters = [ "https://cache.garnix.io" ];
trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
# Select internationalisation properties.