mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge pull request #454 from NixOS/SuperSandro2000-patch-1
Quote URL literal
This commit is contained in:
		@@ -31,7 +31,7 @@ There is also experimental flake support. In your `/etc/nixos/flake.nix` add the
 | 
			
		||||
```nix
 | 
			
		||||
{
 | 
			
		||||
  description = "NixOS configuration with flakes";
 | 
			
		||||
  inputs.nixos-hardware.url = github:NixOS/nixos-hardware/master;
 | 
			
		||||
  inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
 | 
			
		||||
 | 
			
		||||
  outputs = { self, nixpkgs, nixos-hardware }: {
 | 
			
		||||
    # replace <your-hostname> with your actual hostname
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user