Skip to content

Commit

Permalink
make: add nix-build-trace step
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 29, 2023
1 parent d8a716e commit 99fc30a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ translations-update-files:
nix-build:
nix-build -E '((import <nixpkgs> {}).qt6Packages.callPackage (import ./default.nix) { })'

nix-build-trace:
nix-build -E '((import <nixpkgs> {}).qt6Packages.callPackage (import ./default.nix) { })' --show-trace

nix-build-force:
nix-build -E '((import <nixpkgs> {}).qt6Packages.callPackage (import ./default.nix) { })' --check

Expand Down

0 comments on commit 99fc30a

Please sign in to comment.