bigbrain/shell.nix

6 lines
83 B
Nix

with import <nixpkgs> {};
pkgs.mkShell {
buildInputs = with pkgs; [ rustup ];
}