This commit is contained in:
Eelco Dolstra 2020-03-31 23:55:07 +02:00
parent d15d91cad1
commit 03b56e96bf

View file

@ -43,7 +43,7 @@ struct CmdBuild : MixDryRun, MixProfile, InstallablesCommand
}, },
Example{ Example{
"To make a profile point at GNU Hello:", "To make a profile point at GNU Hello:",
"nix build --profile /tmp/profile nixpkgs:hello" "nix build --profile /tmp/profile nixpkgs#hello"
}, },
}; };
} }