Skip to content
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

Add a :load-flake command to the nix repl #5027

Merged
merged 1 commit into from Jul 20, 2021
Merged

Conversation

thufschmitt
Copy link
Member

:lf ref does essentially the same thing as
:a (builtins.getFlake "ref") (but cannonicalising ref if needs be,
so that :lf . works)

Fix #3803

`:lf ref` does essentially the same thing as
`:a (builtins.getFlake "ref")` (but cannonicalising `ref` if needs be,
so that `:lf .` works)

Fix #3803
@edolstra edolstra merged commit c5fafca into master Jul 20, 2021
@edolstra edolstra deleted the repl-flake-support branch July 20, 2021 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nix repl does not work with flakes
2 participants