mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-25 18:50:25 +01:00
11 lines
156 B
Nix
11 lines
156 B
Nix
with (import <nixpkgs> {});
|
|
mkShell {
|
|
buildInputs = with pkgs; [
|
|
binutils.bintools
|
|
cmake
|
|
git
|
|
libxkbcommon
|
|
pkg-config
|
|
scons
|
|
];
|
|
}
|