godot-xterm/addons/godot_xterm/native/shell.nix
Leroy Hopson 7b42b97610 Update build script
Former-commit-id: fd39635fc5
2020-10-13 16:12:16 +07:00

11 lines
156 B
Nix

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