<mtrbot-ml>
[mattermost] <sb10q> welll the board packages are commented out in your nix file
<mtrbot-ml>
[mattermost] <sb10q> which one did you want?
<mtrbot-ml>
[mattermost] <sb10q> anyway the problem is the artiq-fast channel didn't advance due to the evaluation error caused by svgwrite, so it is trying to install an old artiq version with new nixpkgs, and no build exists for this combination
<mtrbot-ml>
[mattermost] <sb10q> that's why the non-beta version is still on 19.09
<mtrbot-ml>
[mattermost] <hartytp> okay. Does that mean that the nix install is broken for now so if I want to get something done asap without building locally I should revert to conda?
<mtrbot-ml>
[mattermost] <hartytp> Thanks for the pointers!
<mtrbot-ml>
[mattermost] <sb10q> or use nix-store -r /nix/store/... with the path from hydra
<mtrbot-ml>
[mattermost] <sb10q> the builds are still being done, only the channel expressions aren't updated
<mtrbot-ml>
[mattermost] <sb10q> and only on beta, the stable channel uses 19.09 and isn't affected
<mtrbot-ml>
[mattermost] <hartytp> I'm still at an early stage of getting my head around nix. What does that do?
<mtrbot-ml>
[mattermost] <sb10q> it will copy the build products into your nix store directly
<mtrbot-ml>
[mattermost] <sb10q> then you can do artiq_flash -d /nix/store/... as a workaround
<mtrbot-ml>
[mattermost] <hartytp> I see. So that's what it means by producing the path through substitutes, roughly copying the package from the m-labs server?
<mtrbot-ml>
[mattermost] <sb10q> yes
X-Scale` has joined #m-labs
X-Scale has quit [Ping timeout: 256 seconds]
X-Scale` is now known as X-Scale
<mtrbot-ml>
[mattermost] <hartytp> so that'd be something along the lines of `nix-store -r /nix/store/gm5lhxzad7jk6kjkaykzilisybvx7s2r-artiq-board-kc705-nist_clock-6.7231.25388407.beta` right?