mirror of
https://github.com/kaesaecracker/servicepoint-simulator.git
synced 2025-01-18 10:30:14 +01:00
12 lines
172 B
Nix
12 lines
172 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs.buildPackages; [
|
|
rustup
|
|
pkg-config
|
|
xe
|
|
lzma
|
|
libxkbcommon
|
|
wayland
|
|
];
|
|
}
|