From ad20eda1824a3a5c0f31855551415068c0ed9415 Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Wed, 21 Jan 2026 17:11:39 +0700 Subject: [PATCH] fix(nix): use proper bash path in wrapper script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix wrapper script to use explicit Nix bash path instead of /usr/bin/env bash which doesn't work on NixOS. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- nix/landing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/landing.nix b/nix/landing.nix index c124dee..ff654f1 100644 --- a/nix/landing.nix +++ b/nix/landing.nix @@ -46,7 +46,7 @@ pkgs.buildNpmPackage { # Create wrapper script cat > $out/bin/imphnen-landing <