Skip to content

Commit 8bc423f

Browse files
authored
Merge pull request #343 from crertel/update-flake-1-16
Move to elixir 1.16 for develop flake, nix 23.11.
2 parents 88839af + fbf7114 commit 8bc423f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)