summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-17 21:52:03 -0400
committerLLLL Colonq <llll@colonq>2025-03-17 21:52:03 -0400
commit0babfe76f0de52a1328a94f83f58cb50cb1236dd (patch)
tree838b80a40507e4dd73622e84a6fe75173f92cff0
parentede40c109d32e5ff1974baaeacd228a367f527ef (diff)
Update
-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 {