diff options
author | Rok Garbas <rok@garbas.si> | 2020-12-07 15:13:36 +0100 |
---|---|---|
committer | Rok Garbas <rok@garbas.si> | 2020-12-07 15:13:36 +0100 |
commit | 24db5b125f06f7f01f4afb024d41132ad1709801 (patch) | |
tree | 513ef449fc06963566c3f5cd8aefdc0ef6609d21 /src/nix/profile.cc | |
parent | 44da19f73cfa87bb09c14fe64fce97904db0970c (diff) | |
parent | 8a06edbf7e984bae426068189ff9a631bc26af72 (diff) |
Merge remote-tracking branch 'origin/master' into cli-guideline
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r-- | src/nix/profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index 75426b2e3..8cf5ccd62 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -413,7 +413,7 @@ struct CmdProfileDiffClosures : virtual StoreCommand, MixDefaultProfile return { Example{ "To show what changed between each generation of the NixOS system profile:", - "nix profile diff-closure --profile /nix/var/nix/profiles/system" + "nix profile diff-closures --profile /nix/var/nix/profiles/system" }, }; } |