servicepoint-life/shell.nix
Vinzenz Schroeter 879ecde430 initial commit
2024-05-18 22:00:33 +02:00

5 lines
137 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ rustup cargo pkg-config xe lzma ];
}