lix: link debuginfo into the closure
This is to ease debugging of lix-project/lix#549
This commit is contained in:
parent
63bf243c4c
commit
3e78d0a0cf
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue