servicepoint/shell.nix

5 lines
147 B
Nix
Raw Normal View History

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