Loading pkgs/applications/virtualization/docker/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ rec { , iptables, e2fsprogs, xz, util-linux, xfsprogs, git , procps, rootlesskit, slirp4netns, fuse-overlayfs, nixosTests , clientOnly ? !stdenv.isLinux, symlinkJoin , withSystemd ? true, systemd , withBtrfs ? true, btrfs-progs , withLvm ? true, lvm2 , withSeccomp ? true, libseccomp , withSystemd ? stdenv.isLinux, systemd , withBtrfs ? stdenv.isLinux, btrfs-progs , withLvm ? stdenv.isLinux, lvm2 , withSeccomp ? stdenv.isLinux, libseccomp }: let docker-runc = runc.overrideAttrs (oldAttrs: { Loading Loading
pkgs/applications/virtualization/docker/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ rec { , iptables, e2fsprogs, xz, util-linux, xfsprogs, git , procps, rootlesskit, slirp4netns, fuse-overlayfs, nixosTests , clientOnly ? !stdenv.isLinux, symlinkJoin , withSystemd ? true, systemd , withBtrfs ? true, btrfs-progs , withLvm ? true, lvm2 , withSeccomp ? true, libseccomp , withSystemd ? stdenv.isLinux, systemd , withBtrfs ? stdenv.isLinux, btrfs-progs , withLvm ? stdenv.isLinux, lvm2 , withSeccomp ? stdenv.isLinux, libseccomp }: let docker-runc = runc.overrideAttrs (oldAttrs: { Loading