We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getFlake
Describe the bug
libnixflake
libnixfetchers
libnixflake-c
Steps To Reproduce
builtins.getFlake
Expected behavior
When the user config allows flakes to be used, getFlake is available.
flakes
nix-env --version output
nix-env --version
Additional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
fix: Temporarily revert Nix to recover getFlake
0f2ae7d
NixOS/nix#11399
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/2024-10-23-nix-team-meeting-minutes-189/54841/1
Sorry, something went wrong.
roberth
Successfully merging a pull request may close this issue.
Describe the bug
libnixflake
has been factored out since Introducelibnixflake
#9063libnixfetchers
andlibnixflake
#11007libnixflake-c
to explicitly init the libSteps To Reproduce
builtins.getFlake
using the C APIExpected behavior
When the user config allows
flakes
to be used,getFlake
is available.nix-env --version
outputAdditional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: