servicepoint-simulator/shell.nix
2024-05-26 10:50:29 +02:00

12 lines
172 B
Nix

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