summaryrefslogtreecommitdiff
path: root/kernel/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/shell.nix')
-rw-r--r--kernel/shell.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/shell.nix b/kernel/shell.nix
new file mode 100644
index 0000000..ba2647a
--- /dev/null
+++ b/kernel/shell.nix
@@ -0,0 +1,5 @@
+with import <nixpkgs> { };
+mkShell {
+ name = "uff-os";
+ buildInputs = [ rustup nasm grub2 cargo-xbuild gcc xorriso ];
+}