summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d85d86a..7810bda 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,7 @@
# this makes it impossible to run the binary on another system
# I'd much rather just load whatever we find on LD_LIBRARY_PATH etc, since this is much easier to control
env = {};
+ postPatch = "true";
});
native = rec {