4 lines
86 B
Nix
4 lines
86 B
Nix
{ pkgs, ... }: {
|
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
}
|