From 3dc6994f304e62d727e43163622132560d00b551 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 27 Oct 2023 15:28:00 +0200 Subject: hosts: Add nix alias to always print logs --- hosts/common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/common.nix') 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 ../../../"; -- cgit v1.2.3