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