flake: output package for system

This commit is contained in:
Philippe Loctaux 2024-11-27 22:19:20 +01:00
parent 097185ce4f
commit 3924b4845d

View file

@ -54,7 +54,10 @@
in
{
packages.system.default = plcom;
packages.${system} = {
plcom = plcom;
default = plcom;
};
checks = {
# Build the crate as part of `nix flake check` for convenience