From c42c7a684a87d7277b3bc56bad788e6aef1c7136 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 19 Oct 2024 18:47:20 +0200 Subject: [PATCH] added show trace to the justfile commands --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index d454135..b0aad0e 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,11 @@ build: - sudo nixos-rebuild switch --flake .# + sudo nixos-rebuild switch --flake .# --show-trace run: nix-repl -f flake:nixpkgs test: - sudo nix flake check + sudo nix flake check --show-trace update: nix flake update