Skip to content

Commit 32de2a7

Browse files
committed
Move to elixir 1.16 for develop flake, nix 23.11.
1 parent 88839af commit 32de2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Flake for building scenic.";
33

44
inputs = {
5-
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.05"; };
5+
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
66
flake-utils = { url = "github:numtide/flake-utils"; };
77
};
88
outputs = { self, nixpkgs, flake-utils }:
@@ -17,7 +17,7 @@
1717
{
1818
devShell = pkgs.mkShell {
1919
buildInputs = [
20-
elixir
20+
elixir_1_16
2121
elixir_ls
2222
] ++ optional stdenv.isLinux inotify-tools
2323
++ optional stdenv.isDarwin terminal-notifier

0 commit comments

Comments
 (0)