mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Init Centos 7.3 vmTools diskImage
This commit adds the CentOS 7.3 base image from the CentOS vault, for use with building RPMs or evaluating Nix expressions.
This commit is contained in:
parent
28e6265cdc
commit
368432e17f
@ -1310,6 +1310,17 @@ rec {
|
||||
packages = commonCentOSPackages ++ [ "procps-ng" ];
|
||||
};
|
||||
|
||||
centos73x86_64 = {
|
||||
name = "centos-7.3-x86_64";
|
||||
fullName = "CentOS 7.3 (x86_64)";
|
||||
packagesList = fetchurl {
|
||||
url = http://vault.centos.org/7.3.1611/os/x86_64/repodata/dd86df27191d231cc6b7c5828fadb63b08db4725aef8e2613351667e649c9ca3-primary.xml.gz;
|
||||
sha256 = "18wwkij7wrji6dhy5y5f4m3xn21vnsnqz0n5nz31q8qx34kxz1nx";
|
||||
};
|
||||
urlPrefix = http://vault.centos.org/7.3.1611/os/x86_64;
|
||||
archs = ["noarch" "x86_64"];
|
||||
packages = commonCentOSPackages ++ [ "procps-ng" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user