Add start-daemon and init args #4
Loading…
Reference in a new issue
No description provided.
Delete branch "start-daemon-and-init"
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?
Goes along with https://github.com/DeterminateSystems/nix-installer/pull/188
Planning to tag this after merge.
LGTM aside from these few comments.
Nit:
IMHO "conflicts" means there will be an error, but if my eyes (and brain) don't deceive me, it seems like the script will just choose which it encounters first. Maybe it should be "takes priority over ...." instead.
I made this an actual conflict with error. :)
It seems like these also conflict with nix-installer-url, right? Since these are only reachable via the "else" branch of "if inputs.nix-installer-url".
Oh, yes!
Looks fine now.