Skip to content

Commit

Permalink
Merge pull request #66 from crertel/update-flake-1-16
Browse files Browse the repository at this point in the history
Update to Elixir 1.16, nix 23.11
  • Loading branch information
crertel authored May 5, 2024
2 parents c68fc00 + d1460eb commit 789d5fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 driver local.";

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
glibcLocales
glew glfw pkg-config
Expand Down

0 comments on commit 789d5fd

Please sign in to comment.