-
-
Notifications
You must be signed in to change notification settings - Fork 92
nixos: implement hints for failing units on activation #465
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5a40f5e
systemctl hints
NotAShelf 2b665ee
Merge branch 'master' into nh-feature-parity
NotAShelf 057b61e
Merge branch 'master' into nh-feature-parity
NotAShelf bbcd0b5
Merge branch 'master' into nh-feature-parity
NotAShelf 4500360
Merge branch 'master' into nh-feature-parity
NotAShelf 1e0b395
nixos: defer to Eyre for error wrapping
NotAShelf a20657b
interface: distinguish between rebuild-only and rebuild-and-activate …
NotAShelf 8e41d84
docs: update CHANGELOG
NotAShelf f8b4094
docs: update README; reorder sections and rewrite attributions
NotAShelf 673bca5
chore: format manifest with Taplo
NotAShelf 817e4b2
nh: remove completion generation from main CLI
NotAShelf c4ef484
meta: move shell completion generation to cargo-xtask
NotAShelf c7e367a
nixos: move BuildVm to no-activate group
NotAShelf 59e580f
nix: simplify postInstall
NotAShelf c354ce0
xtask: format with Taplo
NotAShelf 32d12a9
docs: fix typo in README
NotAShelf a73e4bc
xtask: improve error handling and remove dead code
NotAShelf c3df836
docs: update changelogs
NotAShelf 90abbfa
nix: fix completion output dir
NotAShelf a70b03e
nixos: derive label for error `Test` & `Switch` variants
NotAShelf e0ec54f
xtask: replace manual error handling with proper `Result` propagation
NotAShelf 9f1dedd
darwin: fix command names in errors and directory names
NotAShelf d80f165
nixos: show activation logs only when `--show-systemctl-hints` is passed
NotAShelf aa80793
nix: get rid of `installShellFiles` helper; use plain `cp`
NotAShelf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # Rust | ||
| target | ||
| gen* | ||
| !generations.rs | ||
| /comp | ||
| /man | ||
|
|
||
| # Nix | ||
| .direnv | ||
|
|
||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.