-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Fix disko using system zfs #835
Conversation
Looks like the |
Huh, indeed. I guess this is a bug in nixd then. |
734ce3a
to
a60a461
Compare
Alright, I removed that commit again, should be good now. |
but removing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at c8760ce |
This is generally regarded as a code-smell. I did utilize `with lib;` in some places where I felt it aided readability, but it's very clearly scoped in those situations. See #835 (comment)
This is generally regarded as a code-smell. I did utilize `with lib;` in some places where I felt it aided readability, but it's very clearly scoped in those situations. See #835 (comment)
Fixes #815
Also a drive-by improvement: The
with lib;
was completely unused, so I removed it.@yajo FYI. Maybe you could test this again on the hetzner rescue system? I'm fairly confident it will work, but getting confirmation would be great.