debugging

This commit is contained in:
2026-03-03 01:15:52 +01:00
parent 0634385f81
commit cafb583c61
9 changed files with 67 additions and 5 deletions

View File

@@ -14,4 +14,8 @@
config.allowUnfree = true;
};
};
flake.nixosModules.nix-settings = {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
};
}