summaryrefslogtreecommitdiff
path: root/kernel/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/shell.nix')
-rw-r--r--kernel/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/shell.nix b/kernel/shell.nix
index e57790f..8e4079b 100644
--- a/kernel/shell.nix
+++ b/kernel/shell.nix
@@ -4,7 +4,7 @@ with import (fetchTarball {
}) { };
mkShell {
name = "uff-os";
- buildInputs = [ rustup nasm grub2 cargo-xbuild gcc xorriso ];
+ buildInputs = [ rustup nasm grub2 gcc xorriso ];
shellHook = ''
export GRUB_i386="${grub2}/lib/grub/i386-pc"
'';