Enable flakes

This commit is contained in:
2024-06-21 15:11:24 -07:00
parent 5b017531d4
commit 080e7d4246

View File

@@ -23,5 +23,10 @@
config.allowUnfree = true;
};
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
system.stateVersion = "24.05";
}