From f895d44e3791e9201e78cb8acbca0955f3a7cbed Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Mon, 29 Jan 2024 07:52:12 +0000 Subject: [PATCH] Update `nix build` alias --- system/shared/modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared/modules/zsh.nix b/system/shared/modules/zsh.nix index 0389000b..f59319ef 100644 --- a/system/shared/modules/zsh.nix +++ b/system/shared/modules/zsh.nix @@ -143,7 +143,7 @@ # Nix and NixOS. alias nx="nix" - alias nxb="nix build" + alias nxb="nix build --json --no-link --print-build-logs" alias nxd="nix develop" alias nxf="nix flake" alias nxfu="nix flake update"