Skip to content

Commit

Permalink
Merge pull request #343 from crertel/update-flake-1-16
Browse files Browse the repository at this point in the history
Move to elixir 1.16 for develop flake, nix 23.11.
  • Loading branch information
crertel authored May 5, 2024
2 parents 88839af + fbf7114 commit 8bc423f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8bc423f

Please sign in to comment.