Merge pull request #83894 from symphorien/unbreak-os-prober-test
Unbreak os prober test
This commit is contained in:
		
						commit
						a3ee24b2ff
					
				@ -51,6 +51,8 @@ let
 | 
			
		||||
      hashed-mirrors =
 | 
			
		||||
      connect-timeout = 1
 | 
			
		||||
    '';
 | 
			
		||||
    # save some memory
 | 
			
		||||
    documentation.enable = false;
 | 
			
		||||
  };
 | 
			
		||||
  # /etc/nixos/configuration.nix for the vm
 | 
			
		||||
  configFile = pkgs.writeText "configuration.nix"  ''
 | 
			
		||||
 | 
			
		||||
@ -1022,8 +1022,8 @@ rec {
 | 
			
		||||
      name = "debian-9.8-stretch-i386";
 | 
			
		||||
      fullName = "Debian 9.8 Stretch (i386)";
 | 
			
		||||
      packagesList = fetchurl {
 | 
			
		||||
        url = http://snapshot.debian.org/archive/debian/20190503T090946Z/dists/stretch/main/binary-i386/Packages.xz;
 | 
			
		||||
        sha256 = "1dr3skl35iyj85qlc33lq4whippbqf327vnbcyfqqrv6h86k68mw";
 | 
			
		||||
        url = http://snapshot.debian.org/archive/debian/20200301T030401Z/dists/stretch/main/binary-i386/Packages.xz;
 | 
			
		||||
        sha256 = "1jglr1d1jys3xddp8f7w9j05db39fah8xy4gfkpqbd1b5d2caslz";
 | 
			
		||||
      };
 | 
			
		||||
      urlPrefix = mirror://debian;
 | 
			
		||||
      packages = commonDebianPackages;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user