diff --git a/index.html b/index.html index 2247a828c..91c06983e 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/tools.html b/tools.html index 74c195ec0..f5b1a2d86 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -72,6 +72,12 @@
--keep-failed
] [
--keep-going
+ ] [
+ {
+ -L
+ |
+ --print-build-logs
+ }
] [
--show-trace
] [
@@ -84,7 +90,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +159,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -247,6 +253,13 @@
Passed on to nix-build(1).
-L
+ ,
+ --print-build-logs
+ + Passed on to nix build + when building from a flake. +
--show-trace
Passed on to nix-build(1).
@@ -265,15 +278,15 @@
--verbose
Activates verbose output. -