Run nixfmt

This commit is contained in:
Luc Perkins 2022-08-10 16:25:16 +03:00
parent 9bbe1d948d
commit ada54b20cc
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -10,8 +10,7 @@
pkgs = import nixpkgs { inherit system; };
inherit (pkgs)
darwin gigalixir inotify-tools libnotify mkShell
terminal-notifier;
darwin gigalixir inotify-tools libnotify mkShell terminal-notifier;
inherit (pkgs.beam.packages.erlangR25) elixir elixir_ls;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation CoreServices;
inherit (pkgs.lib) optionals;
@ -23,8 +22,7 @@
in {
devShells = {
default = mkShell {
buildInputs = [ elixir elixir_ls ] ++ linuxDeps
++ darwinDeps;
buildInputs = [ elixir elixir_ls ] ++ linuxDeps ++ darwinDeps;
shellHook = ''
${elixir}/bin/mix --version