Merge pull request #1 from fufexan/nix-cleanup-cleanup
Nix cleanup cleanup
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/cargo-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/cargo-build.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,8 +21,7 @@ jobs:
 | 
				
			|||||||
      - uses: cachix/install-nix-action@v26
 | 
					      - uses: cachix/install-nix-action@v26
 | 
				
			||||||
      - uses: DeterminateSystems/magic-nix-cache-action@main
 | 
					      - uses: DeterminateSystems/magic-nix-cache-action@main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - uses: nicknovitski/nix-develop@v1
 | 
				
			||||||
        run: nix develop --impure
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions-rs/toolchain@v1
 | 
					      - uses: actions-rs/toolchain@v1
 | 
				
			||||||
        name: Install rust toolchain
 | 
					        name: Install rust toolchain
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,6 @@ in
 | 
				
			|||||||
      name = "${pname}-${version}";
 | 
					      name = "${pname}-${version}";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    enableParallelBuilding = true;
 | 
					 | 
				
			||||||
    strictDeps = true;
 | 
					    strictDeps = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cargoLock = {
 | 
					    cargoLock = {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,6 @@ in
 | 
				
			|||||||
      inherit lockFile;
 | 
					      inherit lockFile;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    enableParallelBuilding = true;
 | 
					 | 
				
			||||||
    strictDeps = true;
 | 
					    strictDeps = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    nativeBuildInputs = [
 | 
					    nativeBuildInputs = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user