nixos/modules/common.nix
Florian RICHER a1aa8f0b25
All checks were successful
check / check (push) Successful in 33s
Refactor nix experimental-features to use on home and system side
2024-08-15 22:00:29 +02:00

5 lines
No EOL
80 B
Nix

{ ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}