flake: update to use the right default package
This commit is contained in:
parent
c447577eee
commit
905aaa9620
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultPackage = packages."${package_name}";
|
defaultPackage = packages.default;
|
||||||
|
|
||||||
# `nix run`
|
# `nix run`
|
||||||
apps."${package_name}" = utils.lib.mkApp {
|
apps."${package_name}" = utils.lib.mkApp {
|
||||||
|
|
Loading…
Reference in a new issue