pkgs: use release channel for system + rkt update
Only override specific packages from the git repo.
This commit is contained in:
parent
0ace576125
commit
829bc7e6f1
3 changed files with 11 additions and 25 deletions
|
@ -31,12 +31,4 @@ in pkgs.stdenv.mkDerivation {
|
|||
inherit name;
|
||||
buildInputs = extraBuildInputs ++ (goBuildInputs){ inherit goPackages; };
|
||||
shellHook = (goShellHook) { inherit name; inherit goPackages; };
|
||||
# go14Env = mkGoEnv {
|
||||
# inherit name;
|
||||
# goPackages=pkgs.go14Packages;
|
||||
# };
|
||||
# go15 = mkGoEnv {
|
||||
# inherit name;
|
||||
# goPackages=pkgs.go15Packages;
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue