Skip to content

Commit 5cb9bf5

Browse files
phip1611nicholasbishop
authored andcommitted
nix: add all relevant packages
With this change, users can run `nix-shell --pure --run "cargo xtask run"`, which means they need no prerequisites on their system (except for Nix).
1 parent c41fcc2 commit 5cb9bf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell.nix

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ let
44
in
55
pkgs.mkShell rec {
66
nativeBuildInputs = with pkgs; [
7+
rustup
8+
qemu
79
];
810

911
buildInputs = with pkgs; [

0 commit comments

Comments
 (0)