From 7f416c9e2f3b72b514ff8f39f7ef789de442fb80 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 7 Nov 2021 09:10:57 +0100 Subject: [PATCH] home: use literalExpression --- modules/home-environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-environment.nix b/modules/home-environment.nix index bc7be92ea..5305a1bf6 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -236,7 +236,7 @@ in home.shellAliases = mkOption { type = with types; attrsOf str; default = { }; - example = literalExample '' + example = literalExpression '' { g = "git"; "..." = "cd ../..";