pkgs: use release channel for system + rkt update

Only override specific packages from the git repo.
This commit is contained in:
steveej 2016-04-24 11:27:29 +02:00
parent 0ace576125
commit 829bc7e6f1
3 changed files with 11 additions and 25 deletions

View file

@ -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;
# };
}

View file

@ -4,9 +4,9 @@ mkGoEnv ? import ./go.nix,
}:
let
rktBasebuildInputs = with pkgs; [
autoconf
automake
autogen
stdenv.glibc.out
stdenv.glibc.static
autoreconfHook
gnupg1
squashfsTools
cpio