Skip to content

Commit

Permalink
Merge pull request #114 from Mic92/nix-build
Browse files Browse the repository at this point in the history
nix_update: use -L to get more logs when building
  • Loading branch information
figsoda authored Nov 27, 2022
2 parents da3c17a + 591d491 commit e774fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix_update/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def nix_build(options: Options) -> None:
"build",
"--extra-experimental-features",
"nix-command",
"-L",
"-f",
options.import_path,
options.attribute,
Expand Down

0 comments on commit e774fdb

Please sign in to comment.