summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index ec45367..aa34086 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -45,6 +45,9 @@
"file" = "file --no-dereference";
"tree" = "tree --dirsfirst";
+ # See: https://github.com/NixOS/nix/issues/5858
+ "nix" = "nix --print-build-logs";
+
".." = "cd ../";
"..." = "cd ../../";
"...." = "cd ../../../";