-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Nix repl flakes #6233
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
Nix repl flakes #6233
Changes from all commits
06d57ce
81567a0
5640b52
1ca3f60
9f8c118
7534798
e1f308a
f21dec5
7d7e002
db613a8
542e36c
82c4af4
9381504
0053dab
7a04fb1
8c3939a
ffd41d1
dae4a8a
51268ce
f801d70
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -132,6 +132,8 @@ struct Installable | |||||
| const std::vector<std::shared_ptr<Installable>> & installables); | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
and there are probably more places that can use the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I started to make this change, but the compiler was not happy with how I was doing it... we can leave this to another PR? or during hacking session? |
||||||
| }; | ||||||
|
|
||||||
| typedef std::vector<std::shared_ptr<Installable>> Installables; | ||||||
tomberek marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| struct InstallableValue : Installable | ||||||
| { | ||||||
| ref<EvalState> state; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ enum struct ExperimentalFeature | |
| RecursiveNix, | ||
| NoUrlLiterals, | ||
| FetchClosure, | ||
| ReplFlake, | ||
| }; | ||
|
|
||
| /** | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.