1

Update flake.nix

This commit is contained in:
2022-12-08 13:29:48 +01:00
parent 7c2b14c211
commit af01f4ecbf

View File

@ -83,6 +83,16 @@
help = "Show qemu i386 architecture information";
command = "qemu-system-i386 -cpu help";
}
{
name = "build";
help = "Build ChUrlOS";
command = "./build.sh";
}
{
name = "run";
help = "Run ChUrlOS";
command = "./run.sh";
}
];
};
});