diff options
| author | flexxyfluxx <flexxyfluxx@noreply.codeberg.org> | 2025-10-12 22:36:51 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-10-13 21:17:50 +0200 |
| commit | e515cde96b24c06f8304f2a4299188dbd0602017 (patch) | |
| tree | ae0be37405e422b9fb4cbd331025e9aaad9002f3 /shell.nix | |
| parent | 48fc532ce1d6979b3475f4069e6b162347451fef (diff) | |
| download | hurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar hurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar.bz2 hurrycurry-e515cde96b24c06f8304f2a4299188dbd0602017.tar.zst | |
add missing deps
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,10 @@ godot_4 python3 ffmpeg + rustup + deno + esbuild + graphviz ]; GODOT = "${pkgs.godot_4}/bin/godot4"; -}
\ No newline at end of file +} |