quick-js-datepatch/shell.nix
2020-07-09 01:50:41 +02:00

11 lines
170 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
gcc
just
rust-bindgen
cargo
cargo-release
];
}