Skip to content

Commit 4138a45

Browse files
committed
Add identifier.id defaultText
1 parent b197a5a commit 4138a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ in
4848
identifier.id = lib.mkOption {
4949
type = types.str;
5050
default = "${config.package.identifier.name}-${config.package.identifier.version}";
51+
defaultText = "\${config.package.identifier.name}-\${config.package.identifier.version}";
5152
};
5253

5354
license = lib.mkOption {

0 commit comments

Comments
 (0)