summaryrefslogtreecommitdiff
path: root/kernel/shell.nix
diff options
context:
space:
mode:
authorNatrixAeria <upezu@student.kit.edu>2021-03-22 20:36:15 +0100
committerNatrixAeria <upezu@student.kit.edu>2021-03-22 20:36:15 +0100
commit861073d07b0fd70c5017fa96aa67dd7df4de9443 (patch)
tree726dd42c9d9fe4e01d59f24d7f55f1e3cf142532 /kernel/shell.nix
parent2701fe07b4c8c9b6a36112c98fbfc900acbd6cf3 (diff)
Refresh rust version
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"
'';