summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-03-03 14:20:26 -0500
committerLLLL Colonq <llll@colonq>2026-03-03 14:20:26 -0500
commit3707dfaa64715c8fb1ba8a23f9762fef174538d8 (patch)
tree539ae38f4cde9d6f8ffa5eb5f9a8a32c203a0942 /flake.nix
parentfae5921bfcbf9f0c8c138dd13aa9c8822a75a316 (diff)
Collect more garbage!
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 60c1dde..fe3e803 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,7 @@
};
devShells.default = pkgs.mkShell {
hardeningDisable = ["all"];
+ NIX_ENFORCE_NO_NATIVE = "0";
buildInputs = [
pkgs.musl
pkgs.valgrind