naersk/docparse/shell.nix

5 lines
102 B
Nix
Raw Normal View History

2019-12-01 22:25:35 +00:00
let
pkgs = import ../nix {};
in pkgs.mkShell
{ nativeBuildInputs = [ pkgs.cargo pkgs.rustfmt ]; }