servicepoint/shell.nix

12 lines
175 B
Nix
Raw Normal View History

2024-05-26 11:40:52 +02:00
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
rustup
pkg-config
xe
lzma
cargo-tarpaulin
gnumake
];
2024-05-17 21:02:50 +02:00
}