godot-xterm/addons/godot_xterm/native/shell.nix
2020-10-13 15:20:40 +07:00

11 lines
156 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = with pkgs; [
binutils.bintools
cmake
git
libxkbcommon
pkg-config
scons
];
}