Style edit for `system/nix_lix.nix`
This commit is contained in:
parent
fa57a693c7
commit
ae3efb9c33
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
nix.settings.extra-substituters = [
|
||||
nix.settings = {
|
||||
extra-substituters = [
|
||||
"https://cache.lix.systems"
|
||||
];
|
||||
];
|
||||
|
||||
nix.settings.trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue