Explicit inputs instead of nested follows
#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Since nix evaluates the
follows
directives relative to the root flake, DAX is now causing problems for users following the ARTIQ installation instructions. I think the most straightforward fix is to inclue DAX'sfollows
as flake inputs here:and then the corresponding
nixpkgs
andsipyco
follows in the example flake in the ARTIQ docs, which conveniently avoids any explicit mention of DAX.Are you running recent Nix (2.8+)? They fixed a bunch of problems with flake follows in recent versions, which may or may not improve things here.
I'm on 2.11.0 - looks like we're stuck with this behavior
AFAICT it's intentional for whatever reason -- from the flake section of the nix manual: