nixos-mods/autoUnfree: fix lib.literalText -> lib.literalExpression

secrix-issue25
Felix Stupp 1 year ago
parent dc75861f58
commit 544dfeb104
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -45,7 +45,7 @@ in
'';
type = lib.types.listOf lib.types.package;
default = [ ];
example = lib.literalText ''
example = lib.literalExpression ''
with pkgs; [
vscode
] ++ with lib.lists; flatten [

Loading…
Cancel
Save