Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

docker: Fix build after containerd update

-7
-7
pkgs/applications/virtualization/docker/default.nix
··· 39 39 hardeningDisable = [ "fortify" ]; 40 40 41 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 42 }); 50 43 51 44 docker-tini = tini.overrideAttrs (oldAttrs: rec {