feat(system): ci options

This commit is contained in:
arcnmx 2024-04-16 03:43:26 -07:00
parent a1e7a31caa
commit 743593452d
9 changed files with 139 additions and 28 deletions

View file

@ -4,6 +4,7 @@ _: {
];
arch = "x86_64";
type = "NixOS";
ci.allowFailure = true;
modules = [
./nixos.nix
];