dotfiles/system/nix.nix
2025-07-12 12:37:52 +03:00

6 lines
147 B
Nix

{
# Necessary for using flakes on this system.
nix.settings.experimental-features = "nix-command flakes";
nix.settings.warn-dirty = false;
}