Skip to content

Commit

Permalink
docs: use better import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 19, 2024
1 parent f47319e commit 80513ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ flake.nix:
inherit inputs outputs;
};
modules = [
"${./nixos}/hosts/${host}"
"${./.}/nixos/hosts/${host}"
];
}) (builtins.readDir ./nixos/hosts);
};
Expand Down

0 comments on commit 80513ef

Please sign in to comment.