From 6aa60efdc5b0e0a0d9f909893ed496c678883aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 Jun 2022 11:22:04 +0200 Subject: [PATCH] README: fix syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63839414..64a668452 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ You cannot use `config.nur` for importing NixOS modules from NUR as this will le Instead use: -``` +```nix { inputs.nur.url = github:nix-community/NUR;