disable hardening for proper debugging

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:35:32 +02:00
parent 5113059d22
commit 5147b61c9d
+2
View File
@@ -1,5 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
NIX_HARDENING_ENABLE = "";
nativeBuildInputs = with pkgs.buildPackages; [
go
nodejs