forked from Deuxfleurs/nixcfg
fix typo
This commit is contained in:
parent
78440a03d2
commit
3c5f4b55e6
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@
|
|||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# use our cache as additionnal substituer
|
||||
nix.settings.substituers = [ "https://nix.web.deuxfleurs.fr" ];
|
||||
nix.settings.substituters = [ "https://nix.web.deuxfleurs.fr" ];
|
||||
nix.settings.trusted-public-keys = [ "nix.web.deuxfleurs.fr:eTGL6kvaQn6cDR/F9lDYUIP9nCVR/kkshYfLDJf1yKs=" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue