change to package (was derivation)

This commit is contained in:
zack 2024-10-21 19:31:47 -04:00
parent 1833a5e21f
commit de8a452fbb
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -63,7 +63,7 @@
};
package = mkOption rec {
type = types.derivation;
type = types.package;
default = self.packages.${pkgs.system}.default;
example = default;
description = "The phoenix package containing the application";