Update from source
This commit is contained in:
parent
c0a10971eb
commit
89ab4c3423
17 changed files with 321 additions and 146 deletions
|
@ -15,10 +15,12 @@
|
|||
default = pkgs.mkShell {
|
||||
packages = (with pkgs; [ elixir ]) ++
|
||||
# Linux only
|
||||
pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ gigalixir inotify-tools libnotify ]) ++
|
||||
(pkgs.lib.optionals (pkgs.stdenv.isLinux)
|
||||
(with pkgs; [ gigalixir inotify-tools libnotify ])) ++
|
||||
# macOS only
|
||||
pkgs.lib.optionals (pkgs.stdenv.isDarwin) (with pkgs; [ terminal-notifier ]) ++
|
||||
(with pkgs.darwin.apple_sdk.frameworks; [ CoreFoundation CoreServices ]);
|
||||
pkgs.lib.optionals (pkgs.stdenv.isDarwin)
|
||||
((with pkgs; [ terminal-notifier ]) ++
|
||||
(with pkgs.darwin.apple_sdk.frameworks; [ CoreFoundation CoreServices ]));
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue