Change output schema
This commit is contained in:
parent
1917fbf881
commit
c5db685c8a
|
@ -37,11 +37,11 @@
|
|||
in
|
||||
{
|
||||
# Used by `nix build` & `nix run` (prod exe)
|
||||
defaultPackage = project false;
|
||||
packages.default = project false;
|
||||
|
||||
defaultApp = {
|
||||
apps.default = {
|
||||
type = "app";
|
||||
program = "${self.defaultPackage.${system}}/bin/${execName}";
|
||||
program = "${self.packages.${system}.default}/bin/${execName}";
|
||||
};
|
||||
|
||||
# Used by `nix develop` (dev shell)
|
||||
|
|
Loading…
Reference in a new issue