added show trace to the justfile commands

This commit is contained in:
Lillian Violet 2024-10-19 18:47:20 +02:00
parent d1447a650d
commit c42c7a684a

View file

@ -1,11 +1,11 @@
build: build:
sudo nixos-rebuild switch --flake .# sudo nixos-rebuild switch --flake .# --show-trace
run: run:
nix-repl -f flake:nixpkgs nix-repl -f flake:nixpkgs
test: test:
sudo nix flake check sudo nix flake check --show-trace
update: update:
nix flake update nix flake update