From c6a9f5167532b3a52903437d565277af96047891 Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 9 May 2024 07:58:06 -0400 Subject: [PATCH] we need makeWrapper not wrapProgram --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7268038..456cc35 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,7 @@ chmod +x $out/lib/actual/app.js - wrapProgram $out/lib/actual/app.js $out/bin/actual --chdir $out/lib/actual + makeWrapper $out/lib/actual/app.js $out/bin/actual --chdir $out/lib/actual runHook postInstall '';