feat: basic bump

This commit is contained in:
jingus 2026-06-15 21:53:39 -05:00
commit c86df50063
12 changed files with 535 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"
];
};
}