From f68e79b003ff2bf3f9435963b179872192531db3 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 9 Oct 2025 10:23:40 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/packages/flake-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/packages/flake-module.nix b/nix/packages/flake-module.nix index 928bf75..fe37c03 100755 --- a/nix/packages/flake-module.nix +++ b/nix/packages/flake-module.nix @@ -31,7 +31,8 @@ mkdir -p $out/bin cp -r ./.output/* $out - echo "bun run ../server/index.mjs" > $out/bin/${pname} + echo "#!/usr/bin/env bash + bun run ../server/index.mjs" > $out/bin/${pname} chmod +x $out/bin/${pname} runHook postInstall