diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-05-19 13:45:16 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-05-19 13:45:16 +0900 |
commit | a9f9aef0d323e424e56f3849a48a3b2f4cf7af62 (patch) | |
tree | a68de6a6e1892db6f3f626dad79e14229ca02447 | |
parent | 9d31c12fbd455f3442e0489e773765e7453eff96 (diff) | |
download | bux-a9f9aef0d323e424e56f3849a48a3b2f4cf7af62.tar.gz |
Bring back the footguns
For the fullest software engineering experience™
-rw-r--r-- | grep.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grep.nix b/grep.nix index 04293d7..da0fab8 100644 --- a/grep.nix +++ b/grep.nix @@ -15,6 +15,7 @@ stdenv.mkDerivation rec { inherit version; buildInputs = [ pcre libiconv ]; + hardeningDisable = [ "all" ]; src = base; # bootstrap files postPatch = '' |