about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 45ec28d..a1420ba 100644
--- a/flake.nix
+++ b/flake.nix
@@ -359,6 +359,19 @@
 					packages.dev
 					musl-pkgs.gcc
 					musl-pkgs.pkg-config
+				];
+
+				hardeningDisable = [ "pie" ];
+
+				env = uvEnv;
+				shellHook = uvShellHook;
+			};
+
+			musl-box64 = pkgs.mkShell {
+				packages = [
+					packages.dev
+					musl-pkgs.gcc
+					musl-pkgs.pkg-config
                     box64-patched
 				];