From c7187f972ed65b6951f48fcd62a9092da81669b6 Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Thu, 31 Oct 2024 13:50:15 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(Flake):=20?= =?UTF-8?q?Hardeningdisable=20and=20bear?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index a0aebb9..6ffe0b5 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,10 @@ default = pkgs.mkShell.override {} { + buildInputs = with pkgs;[ + + ]; + hardeningDisable = [ "all" ]; packages = with pkgs; [ gcc clang