diff --git a/flake.lock b/flake.lock index 3725da4..9735ce2 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 197c9c4..06fbf13 100644 --- a/flake.nix +++ b/flake.nix @@ -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