From dcb10523831fd7431dcd87445e1c66c6e6a996e2 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 4 Sep 2022 19:59:03 +0200 Subject: [PATCH] Quote URL literal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df757f..3146eef 100644 --- a/README.md +++ b/README.md @@ -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 with your actual hostname