diff options
author | tpart <tpart120@proton.me> | 2025-01-22 12:55:13 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-01-22 12:55:13 +0100 |
commit | 89fab05862131b0a1a7eb156623209ae01e7e2b5 (patch) | |
tree | 87eca6d03e996f921cbc162bfa6479ccbb2bd3c5 /shell.nix | |
parent | 41aac083941cdf44a0abe40ff4b4caca7be001a8 (diff) | |
download | hurrycurry-89fab05862131b0a1a7eb156623209ae01e7e2b5.tar hurrycurry-89fab05862131b0a1a7eb156623209ae01e7e2b5.tar.bz2 hurrycurry-89fab05862131b0a1a7eb156623209ae01e7e2b5.tar.zst |
add godot environment variable to shell.nix
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ python3 ffmpeg ]; + GODOT = "${pkgs.godot_4}/bin/godot4"; }
\ No newline at end of file |