mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
home-manager: remove test, add --flake example (#15975)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
33191c4c67
commit
bb3bf84623
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,6 @@
|
|||
|
||||
`home-manager switch`
|
||||
|
||||
- Build the configuration for testing without applying it:
|
||||
|
||||
`home-manager test`
|
||||
|
||||
- Roll back to a previous configuration generation:
|
||||
|
||||
`home-manager rollback`
|
||||
|
@ -22,3 +18,7 @@
|
|||
- List all existing configuration generations:
|
||||
|
||||
`home-manager generations`
|
||||
|
||||
- When using flakes, run any operation that requires nix to run (build, switch, news) by passing the path to the flake:
|
||||
|
||||
`home-manager {{command}} --flake {{path/to/flake}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue