This commit is contained in:
jingus 2026-04-19 04:03:00 -05:00
commit 34e45e702f
16 changed files with 1109 additions and 0 deletions

10
nix-modules/parts.nix Normal file
View file

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