From af01f4ecbf2f4795058b5e02aa5552bc46d6b3e9 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 8 Dec 2022 13:29:48 +0100 Subject: [PATCH] Update flake.nix --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index 90b74d8..d1c4620 100755 --- a/flake.nix +++ b/flake.nix @@ -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"; + } ]; }; });