apply_local: Fix nixos detection from os-release#63
Merged
zhaofengli merged 1 commit intozhaofengli:mainfrom Mar 8, 2022
Merged
apply_local: Fix nixos detection from os-release#63zhaofengli merged 1 commit intozhaofengli:mainfrom
zhaofengli merged 1 commit intozhaofengli:mainfrom
Conversation
Owner
|
Nice, thanks for catching this! I haven't updated so I didn't encounter this, but we should have some automation to auto-bump the I'll backport this to 0.2 in a bit. |
zhaofengli
pushed a commit
that referenced
this pull request
Mar 8, 2022
zhaofengli
added a commit
that referenced
this pull request
Mar 8, 2022
This release fixes NixOS detection so `apply-local` works with the latest changes in nixos-unstable (#63). Additionally, `--no-keys` was fixed in `apply-local`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes apply-local not detecting the system as NixOS due to the changes in the format of the
os-releasefile.Details on the changes made to the
os-releasefile can be found in the following commit NixOS/nixpkgs@bae181d.I'm new to Rust so let me know if I've missed anything, thanks!