machines/nix/profiles/nixos/nix-base.nix

8 lines
90 B
Nix
Raw Normal View History

2025-07-05 16:23:36 +02:00
{ ... }:
2025-07-05 15:35:58 +02:00
{
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
}