flake: output package for system
This commit is contained in:
parent
097185ce4f
commit
3924b4845d
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages.system.default = plcom;
|
packages.${system} = {
|
||||||
|
plcom = plcom;
|
||||||
|
default = plcom;
|
||||||
|
};
|
||||||
|
|
||||||
checks = {
|
checks = {
|
||||||
# Build the crate as part of `nix flake check` for convenience
|
# Build the crate as part of `nix flake check` for convenience
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue