fmt
This commit is contained in:
parent
e788a09be9
commit
bf45826289
25 changed files with 57 additions and 31 deletions
|
@ -21,7 +21,8 @@
|
|||
linuxDeps = optionals isLinux [ gigalixir inotify-tools libnotify ];
|
||||
darwinDeps = optionals isDarwin [ terminal-notifier ]
|
||||
++ [ CoreFoundation CoreServices ];
|
||||
in {
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ elixir elixir_ls ] ++ linuxDeps ++ darwinDeps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue