Update flake.nix
This commit is contained in:
10
flake.nix
10
flake.nix
@ -83,6 +83,16 @@
|
|||||||
help = "Show qemu i386 architecture information";
|
help = "Show qemu i386 architecture information";
|
||||||
command = "qemu-system-i386 -cpu help";
|
command = "qemu-system-i386 -cpu help";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "build";
|
||||||
|
help = "Build ChUrlOS";
|
||||||
|
command = "./build.sh";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "run";
|
||||||
|
help = "Run ChUrlOS";
|
||||||
|
command = "./run.sh";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user