Skip to content

Commit

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

0 comments on commit 5a69c95

Please sign in to comment.