7 lines
113 B
Nix
7 lines
113 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
nix.settings = {
|
|
extra-experimental-features = [ "nix-command" "flakes" ];
|
|
};
|
|
}
|