We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b197a5a commit 4138a45Copy full SHA for 4138a45
modules/package.nix
@@ -48,6 +48,7 @@ in
48
identifier.id = lib.mkOption {
49
type = types.str;
50
default = "${config.package.identifier.name}-${config.package.identifier.version}";
51
+ defaultText = "\${config.package.identifier.name}-\${config.package.identifier.version}";
52
};
53
54
license = lib.mkOption {
0 commit comments