nix(develop): add rustup
This commit is contained in:
parent
894b4e19bc
commit
8ed291af9c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ rustc cargo cargo-zigbuild zig ];
|
nativeBuildInputs = with pkgs; [ rustup rustc cargo cargo-zigbuild zig ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue