README: fix flake modules example
This commit is contained in:
parent
0ab623a4f9
commit
5cf320077b
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ Instead use:
|
|||
# ...
|
||||
modules = let
|
||||
nur-modules = import nur {
|
||||
nurpkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
nurpkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
in [
|
||||
{ imports = [ nur-modules.repos.paul.modules.foo ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue