diff --git a/flake.nix b/flake.nix index 4196042..c97329b 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ buildInputs = [ just zig + godot xorg.libX11 xorg.libXcursor diff --git a/justfile b/justfile index acbc9ed..e3e9ea4 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,5 @@ run: nixGL zig build run + +edit: + nixGL godot