delete the direct root manipulation of the nix store #18
Labels
No labels
Affects/CppNix
Affects/Nightly
Affects/Only nightly
Affects/Stable
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/lix ci
Area/nix-eval-jobs
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/repl/debugger
Area/store
bug
Context
contributors
Context
drive-by
Context
maintainers
Context
RFD
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Language/Bash
Language/C++
Language/NixLang
Language/Python
Language/Rust
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
Topic/Large Scale Installations
ux
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
would fix: NixOS/nix#10139
if everything goes through the daemon it would increase reliability. we can't necessarily eliminate the need for this for e.g. nixos-enter though. sigh. spin a background daemon? idk.
We don't need to fully delete the capability, just make it never the default (which it never should have been).
Self-assigning, will give this a shot :)
This issue was mentioned on Gerrit on the following CLs:
So, I actually hacked a draft together on Oceansprint (it's actually kinda dangerous to change the behavior, I managed to turn the testsuite into a giant forkbomb with this). @raito mentioned that it's planned to get rid of single user mode in the first place and use on-demand daemons instead.
Personally, I agree with this approach. And I don't think it makes sense to force us to a review cycle for an inferior solution before.
Hence, unassigning myself.
(Also, sorry that it took me so long to do something about it. Yes, I do feel kinda bad about it! :( )