mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	fix 24.05 evaluation
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,11 +7,14 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  tests:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        channel: [ nixos-unstable, nixos-24.05 ]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: cachix/install-nix-action@V27
 | 
			
		||||
      with:
 | 
			
		||||
        nix_path: nixpkgs=channel:nixos-unstable
 | 
			
		||||
        nix_path: nixpkgs=channel:${{ matrix.channel }}
 | 
			
		||||
    - name: Show nixpkgs version
 | 
			
		||||
      run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
 | 
			
		||||
    - run: ./tests/run.py
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user