Additional outputs to flakes #86

Merged
sb10q merged 3 commits from mwojcik/zynq-rs:flake_extra_outputs into master 2022-02-04 18:42:36 +08:00

For use with artiq-zynq - needed to get rustPlatform and mkbootimage.

For use with artiq-zynq - needed to get rustPlatform and mkbootimage.
mwojcik added 2 commits 2022-02-04 17:19:01 +08:00
sb10q reviewed 2022-02-04 17:20:34 +08:00
flake.nix Outdated
@ -263,0 +260,4 @@
·
in rec {
packages.x86_64-linux = {
inherit cargo-xbuild szl mkbootimage rustPlatform;

Doesn't this break nix flake show / nix flake check?

Only derivations should be in packages.xxx, and I think rustPlatform isn't one.

Doesn't this break ``nix flake show`` / ``nix flake check``? Only derivations should be in ``packages.xxx``, and I think ``rustPlatform`` isn't one.
mwojcik added 1 commit 2022-02-04 17:24:44 +08:00
sb10q reviewed 2022-02-04 18:35:26 +08:00
@ -260,3 +260,1 @@
allOutputs = {
inherit cargo-xbuild szl;
in rec {

Is rec necessary?

Is ``rec`` necessary?
Poster
Owner

for hydraJobs = packages.x86_64-linux;

for ``hydraJobs = packages.x86_64-linux;``
sb10q merged commit e5e646f40e into master 2022-02-04 18:42:36 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#86
There is no content yet.