From 727722d7a82930babb45c6902d492b401e61e426 Mon Sep 17 00:00:00 2001 From: Faye Duxovni Date: Wed, 11 May 2022 13:07:57 -0400 Subject: [PATCH] patch shebangs in build scripts --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index ceed7a6..159245a 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,10 @@ src = ./.; + postPatch = '' + patchShebangs . + ''; + configurePhase = ""; buildPhase = ''