-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default.nix flake-compat is broken #285
Comments
I don't actually know if this is a APIv1 problem, I remember experiencing this a while back. I had assumed it was because of my repository's changes. I didn't realize it was happening to the repo in general |
@narice can you check if #286 fixes the issue for you too? It seems to help for me. |
Yes! it is building right now ;) awesome work! |
However I still have an issue after that:
which is normal as in the flake there is not indeed this attribute, it was commented out during the API update I guess ;) |
I would really like to help on this as this looks like a trivial thing but I cannot find where the fkl utility is defined x) |
I went full detective mode digga was not named digga before the in-tree lib got removed. |
I opened an issue here: #12 |
Expected Behavior
You should be able to use the repo's
default.nix
to access the shell or build your configuration.Current Behavior
It gives the following error:
Possible Solution
Steps to Reproduce
nix-shell https://github.com/divnix/devos/archive/core.tar.gz -A shell --show-trace
Context
This doesn't affect
shell.nix
. So if you clone the repository and runnix-shell
that will go directly toshell.nix
and theres no problem. The issue seems to occur when you usedefault.nix
.cc @narice
The text was updated successfully, but these errors were encountered: