1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

home: use literalExpression

This commit is contained in:
Robert Helgesson 2021-11-07 09:10:57 +01:00
parent f6f013f764
commit 7f416c9e2f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -236,7 +236,7 @@ in
home.shellAliases = mkOption {
type = with types; attrsOf str;
default = { };
example = literalExample ''
example = literalExpression ''
{
g = "git";
"..." = "cd ../..";