This commit is contained in:
2026-03-03 01:56:11 +01:00
parent 3414d23e8d
commit d1447ad36d
6 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
{ ... }: {
flake.nixosModules.nix-settings = {
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ;
};
}