Skip to content

Commit

Permalink
fix: remove glibcLocales from optional dependencies to avoid "A defin…
Browse files Browse the repository at this point in the history
…ition for option `packages."[definition 4-entry 16]"' is not of type `package'."
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent 08559da commit 21daf90
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 @@ -154,7 +154,7 @@
++ builtins.attrValues config.treefmt.build.programs
++ optional stdenv.isLinux [
inotify-tools
glibcLocales
# glibcLocales
]
++ optional stdenv.isDarwin terminal-notifier
++ optionals stdenv.isDarwin (
Expand Down

0 comments on commit 21daf90

Please sign in to comment.