lix: link debuginfo into the closure

This is to ease debugging of lix-project/lix#549
This commit is contained in:
jade 2024-10-18 19:22:49 -07:00 committed by raito
parent 4ae36d6b79
commit 227e8a381a

View file

@ -16,6 +16,15 @@ in
../modules/lix-bug-details-pls
];
# Include debuginfo for Lix
environment.systemPackages = [
pkgs.lix.debug
pkgs.lix.passthru.capnproto-lix.debug
];
environment.pathsToLink = [
"/lib/debug"
];
networking.hostName = "epyc";
security.acme.acceptTerms = true;