about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-05-19 13:45:16 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-05-19 13:45:16 +0900
commita9f9aef0d323e424e56f3849a48a3b2f4cf7af62 (patch)
treea68de6a6e1892db6f3f626dad79e14229ca02447
parent9d31c12fbd455f3442e0489e773765e7453eff96 (diff)
downloadbux-a9f9aef0d323e424e56f3849a48a3b2f4cf7af62.tar.gz
Bring back the footguns
For the fullest software engineering experience™
-rw-r--r--grep.nix1
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 = ''