lix: link debuginfo into the closure
This is to ease debugging of lix-project/lix#549
This commit is contained in:
parent
4ae36d6b79
commit
227e8a381a
|
@ -16,6 +16,15 @@ in
|
||||||
../modules/lix-bug-details-pls
|
../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";
|
networking.hostName = "epyc";
|
||||||
|
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
Loading…
Reference in a new issue