Fix nix package name.

This commit is contained in:
R-VdP 2023-02-15 14:20:03 +01:00
parent 642c8be096
commit 62dd6e21d1
No known key found for this signature in database

View file

@ -79,6 +79,7 @@
});
system-manager = craneLib.buildPackage (commonArgs // {
pname = "system-manager";
inherit cargoArtifacts;
});