Skip to content

Commit

Permalink
fix: a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 21, 2024
1 parent 4f42628 commit 09752a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
map
(fn: "${root}/nix/modules/flake-parts/${fn}")
(attrNames (readDir (root + /nix/modules/flake-parts)))
else if pathExists "${root}/modules/flake-parts.nix" then
else if pathExists "${root}/modules/flake-parts" then
map
(fn: "${root}/modules/flake-parts/${fn}")
(attrNames (readDir (root + /modules/flake-parts)))
Expand Down

0 comments on commit 09752a3

Please sign in to comment.