auto-formatting changes

This commit is contained in:
Noah Masur 2022-09-30 10:11:55 -04:00
parent 5ce4ebf522
commit 4e23d677e8

View File

@ -55,8 +55,10 @@
};
};
config = let stateVersion = "22.11";
in {
config =
let stateVersion = "22.11";
in
{
# Enable features in Nix commands
nix.extraOptions = "experimental-features = nix-command flakes";