nix-super/doc/manual/src
Artturin 51cfea8bb0 nix build: add --print-out-paths flag
has the same functionality as default nix-build

$ nix-build . -A "bash" -A "bash.dev" -A "tinycc"
/nix/store/4nmqxajzaf60yjribkgvj5j54x9yvr1r-bash-5.1-p12
/nix/store/c49i1ggnr5cc8gxmk9xm0cn961z104dn-bash-5.1-p12-dev
/nix/store/dbapb08862ajgaax3621fz8hly9fdah3-tcc-0.9.27+date=2022-01-11

$ nix-build . -A "bash"
/nix/store/4nmqxajzaf60yjribkgvj5j54x9yvr1r-bash-5.1-p12

$ $HOME/nixgits/nix/result/bin/nix build "nixpkgs#bash" "nixpkgs#bash.dev" "nixpkgs#tinycc" --print-out-paths
/nix/store/4nmqxajzaf60yjribkgvj5j54x9yvr1r-bash-5.1-p12
/nix/store/c49i1ggnr5cc8gxmk9xm0cn961z104dn-bash-5.1-p12-dev
/nix/store/dbapb08862ajgaax3621fz8hly9fdah3-tcc-0.9.27+date=2022-01-11

$ $HOME/nixgits/nix/result/bin/nix build "nixpkgs#bash" --print-out-paths
/nix/store/4nmqxajzaf60yjribkgvj5j54x9yvr1r-bash-5.1-p12
2022-04-20 19:35:46 +03:00
..
advanced-topics distributed-builds.md: fixing typo of the most minor sort 2022-03-16 12:53:38 +01:00
command-ref Precise the doc for --include-outputs 2022-02-23 09:17:08 +01:00
contributing Documentation: alternative stdenv for hacking 2021-11-26 10:04:56 +01:00
expressions Tweak 2022-01-13 14:33:41 +01:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation doc: Add removal of darwin-store LaunchDaemon 2022-02-26 14:16:35 +01:00
package-management Fix link to nixos channel 2021-12-09 16:44:24 +00:00
release-notes nix build: add --print-out-paths flag 2022-04-20 19:35:46 +03:00
glossary.md Update doc/manual/src/glossary.md 2021-11-30 13:19:42 -05:00
introduction.md doc: De-emphasize nix-env without -A 2021-11-17 17:04:25 +01:00
quick-start.md doc: De-emphasize nix-env without -A 2021-11-17 17:04:25 +01:00
SUMMARY.md.in Move rl-next.md to rl-2.8.md 2022-04-19 21:12:33 +02:00