mlua_serde/shell.nix

9 lines
126 B
Nix
Raw Normal View History

2020-07-06 00:50:33 +00:00
let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
buildInputs = with pkgs; [
rustc cargo rls lua5_3 pkg-config
];
}