Further mix improvements

This commit is contained in:
bluepython508
2023-12-02 18:12:57 +00:00
parent cf508c9396
commit 70cf651767
2 changed files with 20 additions and 11 deletions

View File

@@ -5,10 +5,11 @@
elixir,
elixir-ls,
inotify-tools,
entr,
}:
mkShell {
packages =
[elixir elixir-ls]
[elixir elixir-ls entr]
++ lib.lists.optional (pkgs.system == "x86_64-linux") inotify-tools
++ lib.lists.optionals (pkgs.system == "aarch64-darwin") (with pkgs.darwin.apple_sdk.frameworks; [
CoreFoundation