-
Notifications
You must be signed in to change notification settings - Fork 305
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
Exclude /nix from ostree changes and effects #2739
Comments
Hi, I think Nix has a ton of great ideas, and I definitely want ostree to play nicely with it. Try this today:
Does that work? IOW can
work? |
There is some related discussion in coreos/rpm-ostree#337 as well. So overall I think the deployment should carry an empty top-level |
What's the current status of this? I can see some work being done over in nix-community/nix-installers#8 that installs to /var/nix, but some utilities might still use /nix if they're used to it. |
@orowith2os nix-installers (specifically that PR) installs to /var/nix and mounts that to /nix using systemd. No changes are required for rpm-ostree. |
Closing this issue, since the PR seems to handle everything needed. |
Nix, as a packaging format, requires that
/nix
exist, and be mutable.However, ostree prevents
/nix
from being created, and even if it were, it would be immutable, preventing the use of Nix on ostree systems.I suggest taking the appropriate measures to ensure that Nix is usable on an ostree-based system. Some folks from the Nix community may be able to detail everything that would be required to support this, I am just making this issue, as it's one of my (few!) complaints about using an ostree-based system (Fedora Silverblue).
The text was updated successfully, but these errors were encountered: