aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorflexxyfluxx <flexxyfluxx@noreply.codeberg.org>2025-10-12 22:36:51 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-10-13 21:17:50 +0200
commite515cde96b24c06f8304f2a4299188dbd0602017 (patch)
treeae0be37405e422b9fb4cbd331025e9aaad9002f3 /shell.nix
parent48fc532ce1d6979b3475f4069e6b162347451fef (diff)
downloadhurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar
hurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar.bz2
hurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar.zst
add missing deps
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 073f9211..dba4bcd4 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,6 +3,10 @@
godot_4
python3
ffmpeg
+ rustup
+ deno
+ esbuild
+ graphviz
];
GODOT = "${pkgs.godot_4}/bin/godot4";
-} \ No newline at end of file
+}