Conversation
- Add new devShell input - defaults to default - add test to make sure we can enter
|
Thank you for the contribution but I don't understand the defect you're encountering. I test setting the nix-develop/.github/workflows/ci.yml Line 34 in 8204800 You can see from any run of that workflow that the matrix is a list of many different devShells, like Also, I pushed a branch that adds the same test you've added here, and it passes without your change: https://github.com/nicknovitski/nix-develop/actions/runs/12385445478/job/34571695093
In bash, the parameter expansion |
|
So, we have a dev shell for local dev with a lot of tools for doing dev, and a ci one with only the build tools. When passing .#ci as an argument, the default profile was still activating |
|
Then what am I doing wrong here? nix-develop/.github/workflows/ci.yml Lines 37 to 46 in c0ddc12 The |
|
No, I mean, I am probably doing something wrong. Let me go back and look at it again, and see if I can figure out why it wasn't working for me. At worst, I'll have some logs to share |
Passing the devshell in the args line wasn't working, because default was added to the args list in the script. This change give a clean mechanism to enable that