tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
docker: Fix build after containerd update
Tim Steinbach
8 years ago
3d2948e0
ca016b63
-7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
docker
default.nix
-7
pkgs/applications/virtualization/docker/default.nix
···
39
hardeningDisable = [ "fortify" ];
40
41
buildInputs = [ removeReferencesTo go btrfs-progs ];
42
-
43
-
# This should go into the containerd derivation once 1.0.0 is out
44
-
preBuild = ''
45
-
export GOPATH=$(pwd)/vendor
46
-
mkdir $(pwd)/vendor/src
47
-
mv $(pwd)/vendor/{github.com,golang.org,google.golang.org} $(pwd)/vendor/src/
48
-
'' + oldAttrs.preBuild;
49
});
50
51
docker-tini = tini.overrideAttrs (oldAttrs: rec {
···
39
hardeningDisable = [ "fortify" ];
40
41
buildInputs = [ removeReferencesTo go btrfs-progs ];
0
0
0
0
0
0
0
42
});
43
44
docker-tini = tini.overrideAttrs (oldAttrs: rec {