README: fix flake modules example

This commit is contained in:
Jörg Thalheim 2022-06-03 11:25:07 +02:00
parent 6aa60efdc5
commit 0beb34fb79
No known key found for this signature in database

View file

@ -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 ]; }
];
};
};