all repos — nixfiles @ 0d9e6aa06b267c71c358a034c82412f28b589917

System and user configuration, managed by nix and home-manager

avoid hardcoding absolute path to this repo in nix

Alan Pearce
commit

0d9e6aa06b267c71c358a034c82412f28b589917

parent

da560ebda355d444d963f73b1086989d80d3dd10

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -30,7 +30,7 @@ lla = "lal";
llr = "ll -t"; c = "lk"; - "c," = "cd $(ghq list -p nixfiles)"; + "c," = "cd ${toString ../..}"; cg = "cd $(git root)"; cdg = "cd $(git root)";