Add garnix
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://cache.garnix.io"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
};
|
||||
# Keep freespace available, at a minimum, and enable Flakes
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
Reference in New Issue
Block a user