godot-xterm/addons/godot_xterm/native/shell.nix

12 lines
156 B
Nix
Raw Normal View History

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