Expected Behavior
The "Check & Cachix" workflow should pass on the main branch.
Current Behavior
The "Check & Cachix" workflow is failing with the following error in nix develop --command evalnix:
error: flake 'git+file:///home/runner/work/digga/digga' does not provide attribute 'devShells.x86_64-linux.default', 'devShell.x86_64-linux', 'packages.x86_64-linux.default' or 'defaultPackage.x86_64-linux'
Possible Solution
5b33c4b appears to have introduced the change.
I'm not entirely sure what the preferred solution should be. But for the time being I would recommend reverting the commit that introduced the issues and submit it as a pull request, ensuring that builds pass before merging.
Steps to Reproduce
https://github.com/divnix/digga/runs/5668623763?check_suite_focus=true
Context
I'm unable to work on #438 since rebasing onto main.
Expected Behavior
The "Check & Cachix" workflow should pass on the
mainbranch.Current Behavior
The "Check & Cachix" workflow is failing with the following error in
nix develop --command evalnix:Possible Solution
5b33c4b appears to have introduced the change.
I'm not entirely sure what the preferred solution should be. But for the time being I would recommend reverting the commit that introduced the issues and submit it as a pull request, ensuring that builds pass before merging.
Steps to Reproduce
https://github.com/divnix/digga/runs/5668623763?check_suite_focus=true
Context
I'm unable to work on #438 since rebasing onto
main.