Golang updates incoming
This commit is contained in:
+5
-1
@@ -24,6 +24,9 @@
|
|||||||
LESS_TERMCAP_se = "\\033[0m"; # end standout-mode
|
LESS_TERMCAP_se = "\\033[0m"; # end standout-mode
|
||||||
LESS_TERMCAP_us = "\\033[00;36m"; # begin underline
|
LESS_TERMCAP_us = "\\033[00;36m"; # begin underline
|
||||||
LESS_TERMCAP_ue = "\\033[0m"; # end underline
|
LESS_TERMCAP_ue = "\\033[0m"; # end underline
|
||||||
|
|
||||||
|
GOPATH = "${config.home.homeDirectory}/src/go";
|
||||||
|
GOBIN = "${config.home.homeDirectory}/src/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
@@ -63,10 +66,11 @@ if '__NIX_DARWIN_SET_ENVIRONMENT_DONE' not in ''${...} or not $__NIX_DARWIN_SET
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
xontrib load direnv
|
xontrib load direnv
|
||||||
|
|
||||||
|
$PATH.append("${config.home.homeDirectory}/src/bin")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#$PKG_CONFIG_PATH = '/usr/local/lib/pkgconfig'
|
#$PKG_CONFIG_PATH = '/usr/local/lib/pkgconfig'
|
||||||
#$GOPATH = $HOME + '/.go'
|
|
||||||
#$JAVA_HOME = '/etc/alternatives/java_sdk'
|
#$JAVA_HOME = '/etc/alternatives/java_sdk'
|
||||||
configFooter = ''
|
configFooter = ''
|
||||||
def _rebuild(args):
|
def _rebuild(args):
|
||||||
|
|||||||
Reference in New Issue
Block a user