Merge pull request 'Fix app name' (#2) from fix/flake into main
Reviewed-on: #2
This commit is contained in:
commit
3ed47822fa
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
||||||
packages.default = packages.crate;
|
packages.default = packages.crate;
|
||||||
|
|
||||||
apps.crate = inputs.flake-utils.lib.mkApp {
|
apps.crate = inputs.flake-utils.lib.mkApp {
|
||||||
name = "library";
|
name = "hem";
|
||||||
drv = crate;
|
drv = crate;
|
||||||
};
|
};
|
||||||
apps.default = apps.crate;
|
apps.default = apps.crate;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue