Skip to content

Commit

Permalink
nix: Disable hardening for OpenSBI
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Jun 11, 2024
1 parent fb1a98c commit 7cc0691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hacking/nix/scope/opensbi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
hash = "sha256-JNkPvmKYd5xbGB2lsZKWrpI6rBIckWbkLYu98bw7+QY=";
};

hardeningDisable = [ "all" ];

postPatch = ''
patchShebangs ./scripts
'';
Expand Down

0 comments on commit 7cc0691

Please sign in to comment.