cudaPackages: add missing newline to manifest builder#273873
Conversation
|
Note Template PR=273873; \
SYSTEM="aarch64-linux"; \
CUDA_SUPPORT="true"; \
CUDA_CAPABILITIES='[ "7.5" ]'; \
nixpkgs-review pr "$PR" \
--system "$SYSTEM" \
--no-shell \
--checkout commit \
--allow aliases \
--build-args "--max-jobs 1" \
--extra-nixpkgs-config "{
allowUnfree = true;
allowBroken = false;
cudaSupport = ${CUDA_SUPPORT:-false};
cudaCapabilities = ${CUDA_CAPABILITIES:-[]};
}"✅
|
6f7aa4b to
85bcd8c
Compare
There was a problem hiding this comment.
Maybe a more long-term solution would be to switch from script rendering to a static script that can read the JSON generated by __structuredAttrs. Then we'd be dealing with optionalAttrs and optionals instead of optionalString, and we'd have fewer conversions with strings as the bottlenecks
SomeoneSerge
left a comment
There was a problem hiding this comment.
Silly Ofborg, I already said "yes"
Description of changes
Closes #273321.
Bugfix is from #273321 (comment).
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.