From 933e1e222d0ff30a783a9c420ff4b7d9c6a640b7 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 6 May 2022 17:38:06 +0200 Subject: [PATCH] add godot --- flake.nix | 1 + justfile | 3 +++ 2 files changed, 4 insertions(+) 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