dotfiles/nix/rusty.nix
2022-05-18 19:01:33 +02:00

7 lines
73 B
Nix

{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
rustup
];
}