From 03b56e96bfa89e82beee3f57de79d64c9f173afd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 Mar 2020 23:55:07 +0200 Subject: [PATCH] Typo --- src/nix/build.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, }; }