README: Small cleanup
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							| @@ -78,19 +78,21 @@ To install Nix from any commit, go to [the corresponding installer_test action]( | |||||||
| ### How do I print nixpkgs version I have configured? | ### How do I print nixpkgs version I have configured? | ||||||
|  |  | ||||||
|  |  | ||||||
| ```nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'``` | ```yaml | ||||||
|  | - name: Print nixpkgs version | ||||||
|  |   run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ### How can I run NixOS tests? | ### How can I run NixOS tests? | ||||||
|  |  | ||||||
| With the following inputs: | With the following inputs: | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
|     - uses: cachix/install-nix-action@vXX | - uses: cachix/install-nix-action@vXX | ||||||
|       with: |   with: | ||||||
|         extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" |     extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  |  | ||||||
| [Note that there's no hardware acceleration on GitHub Actions.](https://github.com/actions/virtual-environments/issues/183#issuecomment-610723516). | [Note that there's no hardware acceleration on GitHub Actions.](https://github.com/actions/virtual-environments/issues/183#issuecomment-610723516). | ||||||
|  |  | ||||||
| ### How can I install packages via nix-env from the specified `nix_path`? | ### How can I install packages via nix-env from the specified `nix_path`? | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user