1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00
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{
"To make a profile point at GNU Hello:",
"nix build --profile /tmp/profile nixpkgs:hello"
"nix build --profile /tmp/profile nixpkgs#hello"
},
};
}