Skip to content

Commit

Permalink
nix : disable hardening flags (because of fortify) in devShells
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Nov 26, 2024
1 parent 99172b8 commit 4b8cc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation {
];

shellHook = ''
unset NIX_HARDENING_ENABLE
export CPM_DISABLE=ON
'';

Expand Down

0 comments on commit 4b8cc9c

Please sign in to comment.