From 0beb34fb7992b7e68e71019303a3e5ddeff78547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 Jun 2022 11:25:07 +0200 Subject: [PATCH] README: fix flake modules example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64a668452..8be02f09f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Instead use: nurpkgs = import nixpkgs { system = "x86_64-linux"; }; }; in [ - imports = [ nur-modules.repos.paul.modules.foo ]; + { imports = [ nur-modules.repos.paul.modules.foo ]; } ]; }; };