Skip to content

Commit

Permalink
Move to elixir 1.16 for develop flake, nix 23.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed May 5, 2024
1 parent 88839af commit 32de2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Flake for building scenic.";

inputs = {
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.05"; };
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
flake-utils = { url = "github:numtide/flake-utils"; };
};
outputs = { self, nixpkgs, flake-utils }:
Expand All @@ -17,7 +17,7 @@
{
devShell = pkgs.mkShell {
buildInputs = [
elixir
elixir_1_16
elixir_ls
] ++ optional stdenv.isLinux inotify-tools
++ optional stdenv.isDarwin terminal-notifier
Expand Down

0 comments on commit 32de2a7

Please sign in to comment.