Skip to content

Commit

Permalink
fix: fixed missing defaultText #335
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro <[email protected]>
  • Loading branch information
dev-null-undefined and SuperSandro2000 authored Nov 14, 2023
1 parent 5a69c95 commit a33659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wsl-distro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in
type = str;
description = "The name the file should be created as in /bin";
default = baseNameOf config.src;
defaultText = literalExpression "publicKey";
defaultText = literalExpression "baseNameOf src";
};
copy = mkOption {
type = bool;
Expand Down

0 comments on commit a33659b

Please sign in to comment.