change to package (was derivation)
This commit is contained in:
parent
1833a5e21f
commit
de8a452fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption rec {
|
package = mkOption rec {
|
||||||
type = types.derivation;
|
type = types.package;
|
||||||
default = self.packages.${pkgs.system}.default;
|
default = self.packages.${pkgs.system}.default;
|
||||||
example = default;
|
example = default;
|
||||||
description = "The phoenix package containing the application";
|
description = "The phoenix package containing the application";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue