Skip to content

Commit

Permalink
fix: include devShell packages only on supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 30, 2024
1 parent 5412286 commit 402c009
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
[
elixir
elixir_ls
glibcLocales
node2nix
nodejs
prefetch-npm-deps
Expand All @@ -130,7 +129,7 @@
mosquitto_sub
treefmt
]
++ optional stdenv.isLinux inotify-tools
++ optional stdenv.isLinux [inotify-tools glibcLocales]
++ optional stdenv.isDarwin terminal-notifier
++ optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks;
Expand Down

0 comments on commit 402c009

Please sign in to comment.