forked from rarias/bscpkgs
Cache intel oneAPI package list
This commit is contained in:
@@ -40,15 +40,8 @@ let
|
||||
aptPackageIndex = stdenv.mkDerivation {
|
||||
name = "intel-oneapi-packages";
|
||||
srcs = [
|
||||
# Set the hashes to "" to fetch them
|
||||
(fetchurl {
|
||||
url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages";
|
||||
sha256 = "sha256-ZaXaicvmuyRB84LYK1mDYWwpdNW+ZHQCV072SuH4EFA=";
|
||||
})
|
||||
(fetchurl {
|
||||
url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-all/Packages";
|
||||
sha256 = "sha256-6vuioA0Hl34/AUuBbRYGu3lt+rccqJdpipXQWZ4Nfp8=";
|
||||
})
|
||||
# Run update.sh to update the package lists
|
||||
./amd64-packages ./all-packages
|
||||
];
|
||||
phases = [ "installPhase" ];
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user