diff --git a/hacking/nix/scope/opensbi.nix b/hacking/nix/scope/opensbi.nix index 59214d2ab..8797d997a 100644 --- a/hacking/nix/scope/opensbi.nix +++ b/hacking/nix/scope/opensbi.nix @@ -21,6 +21,8 @@ stdenv.mkDerivation rec { hash = "sha256-JNkPvmKYd5xbGB2lsZKWrpI6rBIckWbkLYu98bw7+QY="; }; + hardeningDisable = [ "all" ]; + postPatch = '' patchShebangs ./scripts '';