1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00

Quote URL literal

This commit is contained in:
Sandro 2022-09-04 19:59:03 +02:00 committed by GitHub
parent 7866333317
commit dcb1052383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ There is also experimental flake support. In your `/etc/nixos/flake.nix` add the
```nix ```nix
{ {
description = "NixOS configuration with flakes"; 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 }: { outputs = { self, nixpkgs, nixos-hardware }: {
# replace <your-hostname> with your actual hostname # replace <your-hostname> with your actual hostname