Additional outputs to flakes #86
Loading…
Reference in New Issue
No description provided.
Delete Branch "mwojcik/zynq-rs:flake_extra_outputs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For use with artiq-zynq - needed to get rustPlatform and mkbootimage.
@ -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 thinkrustPlatform
isn't one.@ -260,3 +260,1 @@
allOutputs = {
inherit cargo-xbuild szl;
in rec {
Is
rec
necessary?for
hydraJobs = packages.x86_64-linux;