This commit is contained in:
2026-03-27 16:45:50 +01:00
parent 42b94d8bb4
commit c16c312b06
10 changed files with 76 additions and 297 deletions

10
modules/parts.nix Normal file
View File

@@ -0,0 +1,10 @@
{
config = {
systems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
];
};
}