summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/shell.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/shell.nix b/kernel/shell.nix
index 4fc72af..e57790f 100644
--- a/kernel/shell.nix
+++ b/kernel/shell.nix
@@ -1,4 +1,7 @@
-with import <nixpkgs> { };
+with import (fetchTarball {
+ url = https://github.com/NixOS/nixpkgs/archive/9708378251ee362a3a8861e4d0c3ffe45a21c566.tar.gz;
+ sha256 = "000n0vsdhii77qh5arn0lsf747xhk7y1x0mszh39psj3in0fadzl";
+}) { };
mkShell {
name = "uff-os";
buildInputs = [ rustup nasm grub2 cargo-xbuild gcc xorriso ];