summaryrefslogtreecommitdiff
path: root/kernel/shell.nix
blob: ba2647ad3a796788a389ebc00021dcece370f74f (plain)
1
2
3
4
5
with import <nixpkgs> { };
mkShell {
  name = "uff-os";
  buildInputs = [ rustup nasm grub2 cargo-xbuild gcc xorriso ];
}