forked from Fediversity/fediversity.eu
build with full trace
This commit is contained in:
parent
45bf5d23f5
commit
1934b90686
|
@ -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
|
||||
|
|
Reference in a new issue