From fcac947ce26707b998339125560678b0c0a4a7bc Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 29 Dec 2023 11:30:18 +0100 Subject: [PATCH] disable nix hardening for development shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 846a412da6..0a047c5c87 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ default = pkgs.mkShell { inputsFrom = [ pkgs.retro68.monolithic ]; nativeBuildInputs = [ pkgs.nixpkgs-fmt ]; + hardeningDisable = [ "format" ]; }; } // lib.mapAttrs (name: cross: