Skip to content

Commit

Permalink
More verbose build printing
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRCdev committed Dec 10, 2024
1 parent 32fd977 commit e9ae056
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/depots/fetch-depot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ in stdenvNoCC.mkDerivation ({
-depot ${builtins.toString depotId} \
-manifest ${builtins.toString manifestId} \
-os linux \
-osarch 32
-osarch 32 \
-debug
cp -r ./depot/* $out/
'';
} // rest)
} // rest)

0 comments on commit e9ae056

Please sign in to comment.