servicepoint-simulator/shell.nix

12 lines
172 B
Nix
Raw Normal View History

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