nix: disable fortify due to issues with delve (#35885)

This commit is contained in:
Noah S-C 2022-05-23 19:07:43 +01:00 committed by GitHub
parent 8342e801f9
commit f486036795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,8 @@ pkgs.mkShell {
. ./dev/nix/shell-hook.sh
'';
hardeningDisable = [ "fortify" ];
# By explicitly setting this environment variable we avoid starting up
# universal-ctags via docker.
CTAGS_COMMAND = "${universal-ctags}/bin/universal-ctags";