Files
nix/core/nix.nix
2025-03-22 15:51:26 -05:00

7 lines
128 B
Nix

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