diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-31 23:55:07 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-31 23:55:07 +0200 |
commit | 03b56e96bfa89e82beee3f57de79d64c9f173afd (patch) | |
tree | 935046bf36fcbb3ba4f7f7d0a0c9619f550150af /src | |
parent | d15d91cad1676cd08a184339ab0c586f7bcee205 (diff) |
Typo
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc index 4fd1de026..ae931873f 100644 --- a/src/nix/build.cc +++ b/src/nix/build.cc @@ -43,7 +43,7 @@ struct CmdBuild : MixDryRun, MixProfile, InstallablesCommand }, Example{ "To make a profile point at GNU Hello:", - "nix build --profile /tmp/profile nixpkgs:hello" + "nix build --profile /tmp/profile nixpkgs#hello" }, }; } |