build with full trace

This commit is contained in:
Valentin Gagarin 2024-11-13 15:24:41 +01:00 committed by Valentin Gagarin
parent ed2e0679c4
commit b1d8ac85e0

View file

@ -17,7 +17,7 @@ let
# TODO: update when the PR to expose `pkgs.devmode` is merged
# https://github.com/NixOS/nixpkgs/pull/354556
devmode = pkgs.callPackage "${sources.devmode-reusable}/pkgs/by-name/de/devmode/package.nix" {
buildArgs = "${toString ./.} -A build";
buildArgs = "${toString ./.} -A build --show-trace";
open = "/index.html";
};
in