aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-01-22 12:55:13 +0100
committertpart <tpart120@proton.me>2025-01-22 12:55:13 +0100
commit89fab05862131b0a1a7eb156623209ae01e7e2b5 (patch)
tree87eca6d03e996f921cbc162bfa6479ccbb2bd3c5 /shell.nix
parent41aac083941cdf44a0abe40ff4b4caca7be001a8 (diff)
downloadhurrycurry-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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index eceade83..073f9211 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,4 +4,5 @@
python3
ffmpeg
];
+ GODOT = "${pkgs.godot_4}/bin/godot4";
} \ No newline at end of file