servicepoint-simulator/shell.nix

5 lines
131 B
Nix
Raw Normal View History

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