about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6dba1ca..6b6aa94 100644
--- a/flake.nix
+++ b/flake.nix
@@ -298,6 +298,8 @@
 					musl-pkgs.pkg-config
 				];
 
+				hardeningDisable = [ "pie" ];
+
 				env = uvEnv;
 				shellHook = uvShellHook;
 			};