Loading pkgs/tools/misc/debootstrap/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, coreutils, util-linux { lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, binutils, bzip2, coreutils, util-linux , gnugrep, gnupg1, gnutar, gnused, gzip, xz, makeWrapper }: # USAGE like this: debootstrap sid /tmp/target-chroot-directory # There is also cdebootstrap now. Is that easier to maintain? let binPath = lib.makeBinPath [ binutils bzip2 coreutils dpkg gawk Loading Loading
pkgs/tools/misc/debootstrap/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, coreutils, util-linux { lib, stdenv, fetchFromGitLab, dpkg, gawk, perl, wget, binutils, bzip2, coreutils, util-linux , gnugrep, gnupg1, gnutar, gnused, gzip, xz, makeWrapper }: # USAGE like this: debootstrap sid /tmp/target-chroot-directory # There is also cdebootstrap now. Is that easier to maintain? let binPath = lib.makeBinPath [ binutils bzip2 coreutils dpkg gawk Loading