This commit is contained in:
joachimschmidt557 2021-11-04 17:51:22 +01:00
parent 8730f5b655
commit 36b21df5ee
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 6 additions and 28 deletions

View file

@ -10,4 +10,6 @@ pkgs.mkShell {
libxml2
zlib
];
hardeningDisable = [ "all" ];
}