Ability to use non-default devShell
#31
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/flake-compat#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Current implementation hard-codes the use of
devShell.${system}
while other shells can be provided inflake.nix
atdevShell.${system}.<whatever>
, e.g.devShell.${system}.foo
.It would be useful to provide means of accessing these other shells too.
this could be solved generically the solution proposed here
actually, you can actually do that with:
you can accept any outputs of the flake this way, see here