Merge pull request #114 from Mic92/nix-build

nix_update: use -L to get more logs when building
This commit is contained in:
figsoda 2022-11-27 10:36:07 -05:00 committed by GitHub
commit e774fdb74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,6 +177,7 @@ def nix_build(options: Options) -> None:
"build",
"--extra-experimental-features",
"nix-command",
"-L",
"-f",
options.import_path,
options.attribute,