remove docker override
(hasn't been used for some while now)
This commit is contained in:
parent
a8b3f4b16c
commit
eb8807feff
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@ let
|
||||||
|
|
||||||
newpkgs = {
|
newpkgs = {
|
||||||
|
|
||||||
# TODO: i don't think we still need this?
|
|
||||||
docker = pkgs.docker.overrideAttrs (super: {
|
|
||||||
moby = super.moby.overrideAttrs (super: {
|
|
||||||
extraPath = super.extraPath + ":${pkgs.zfs}/bin";
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
mattermost = callPackage ./mattermost {};
|
mattermost = callPackage ./mattermost {};
|
||||||
|
|
||||||
# a version of the lounge with some extra css that
|
# a version of the lounge with some extra css that
|
||||||
|
|
Loading…
Reference in a new issue