From bf283192197c971d84ad2766bd4b6f55e95e509a Mon Sep 17 00:00:00 2001 From: Theofilos Augoustis Date: Thu, 6 Nov 2025 18:56:50 +0000 Subject: Separate box64 musl environment for regular musl environment --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ]; -- cgit 1.4.1