Update erlang 27

This commit is contained in:
Wout De Puysseleir 2026-03-19 13:06:58 -07:00
parent 3f18a4419e
commit 42172c8a36
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A
2 changed files with 22 additions and 23 deletions

View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1744932701,
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=",
"lastModified": 1773821835,
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef",
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0",
"type": "github"
},
"original": {

View file

@ -20,28 +20,27 @@
with pkgs;
{
devShells.default = mkShell {
buildInputs =
[
erlang_27
beam.packages.erlang_26.elixir_1_18
nodejs_22
gh
]
++ lib.optionals stdenv.isLinux [
# For ExUnit Notifier on Linux.
libnotify
buildInputs = [
erlang_27
beam.packages.erlang_27.elixir_1_18
nodejs_22
gh
]
++ lib.optionals stdenv.isLinux [
# For ExUnit Notifier on Linux.
libnotify
# For file_system on Linux.
inotify-tools
]
++ lib.optionals stdenv.isDarwin ([
# For ExUnit Notifier on macOS.
terminal-notifier
# For file_system on Linux.
inotify-tools
]
++ lib.optionals stdenv.isDarwin ([
# For ExUnit Notifier on macOS.
terminal-notifier
# For file_system on macOS.
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.CoreServices
]);
# For file_system on macOS.
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.CoreServices
]);
shellHook = ''
# allows mix to work on the local directory