aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorflexxyfluxx <flexxyfluxx@noreply.codeberg.org>2025-10-12 23:00:32 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-10-13 21:17:50 +0200
commitb21987bf539863559c59d50391912fb04867a87a (patch)
treee56f7f0e175cc7176506ab16206add518da2f5b2 /shell.nix
parent732377efe63049d0dc011121f014c3d90b3dc6b5 (diff)
downloadhurrycurry-b21987bf539863559c59d50391912fb04867a87a.tar
hurrycurry-b21987bf539863559c59d50391912fb04867a87a.tar.bz2
hurrycurry-b21987bf539863559c59d50391912fb04867a87a.tar.zst
rm graphviz again (thx metamuffin)
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index dba4bcd4..a3c2445f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,6 @@
rustup
deno
esbuild
- graphviz
];
GODOT = "${pkgs.godot_4}/bin/godot4";
}