Nix: Fix typo.
This commit is contained in:
parent
843d71d0f7
commit
686bb8c9f3
|
@ -8,7 +8,7 @@
|
||||||
min-free = 1 * 1000 * 1000 * 1000;
|
min-free = 1 * 1000 * 1000 * 1000;
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"flakes"
|
"flakes"
|
||||||
"nix-command "
|
"nix-command"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue