Merge pull request #456 from nix-community/flake-improv
README: fix flake modules example
This commit is contained in:
commit
412a48393c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue