Loading pkgs/tools/virtualization/distrobuilder/default.nix +13 −7 Original line number Diff line number Diff line { lib , pkg-config , buildGoModule , fetchFromGitHub , makeWrapper , callPackage , cdrkit , coreutils , debootstrap , fetchFromGitHub , gnupg , gnutar , squashfsTools , debootstrap , callPackage , hivex , makeWrapper , nixosTests , pkg-config , squashfsTools , wimlib }: let bins = [ cdrkit coreutils debootstrap gnupg gnutar hivex squashfsTools debootstrap wimlib ]; in buildGoModule rec { Loading Loading
pkgs/tools/virtualization/distrobuilder/default.nix +13 −7 Original line number Diff line number Diff line { lib , pkg-config , buildGoModule , fetchFromGitHub , makeWrapper , callPackage , cdrkit , coreutils , debootstrap , fetchFromGitHub , gnupg , gnutar , squashfsTools , debootstrap , callPackage , hivex , makeWrapper , nixosTests , pkg-config , squashfsTools , wimlib }: let bins = [ cdrkit coreutils debootstrap gnupg gnutar hivex squashfsTools debootstrap wimlib ]; in buildGoModule rec { Loading