This commit is contained in:
4DBug
2025-03-22 15:51:26 -05:00
parent 2791c62305
commit 6edfada411
5 changed files with 15 additions and 8 deletions

7
core/nix.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, ... }:
{
system.stateVersion = "24.11";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}