From 5147b61c9d0e2b9ab8e87f0d9b2928ee9f84cc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Erbsh=C3=A4u=C3=9Fer?= Date: Sun, 24 May 2026 09:35:32 +0200 Subject: [PATCH] disable hardening for proper debugging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Erbshäußer --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 5f83469..d4d260a 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { + NIX_HARDENING_ENABLE = ""; + nativeBuildInputs = with pkgs.buildPackages; [ go nodejs