From 7d02cc1dd50766058b2ec2c6d3a741d96db5d27b Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Sat, 11 Jun 2016 18:53:30 +0200 Subject: all-packages references to Go packages includes all outputs --- doc/languages-frameworks/go.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml index 520c338b9a87a..7365f5abe681f 100644 --- a/doc/languages-frameworks/go.xml +++ b/doc/languages-frameworks/go.xml @@ -140,6 +140,25 @@ the following arguments are of special significance to the function: + + buildGoPackage produces + where bin includes program binaries. You can test build a Go binary as follows: + + + $ nix-build -A deis.bin + + + or build all outputs with: + + + $ nix-build -A deis.all + + + bin output will be installed by default with nix-env -i + or systemPackages. + + + You may use Go packages installed into the active Nix profiles by adding the following to your ~/.bashrc: -- cgit 1.4.1