We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88839af commit 32de2a7Copy full SHA for 32de2a7
flake.nix
@@ -2,7 +2,7 @@
2
description = "Flake for building scenic.";
3
4
inputs = {
5
- nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.05"; };
+ nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
6
flake-utils = { url = "github:numtide/flake-utils"; };
7
};
8
outputs = { self, nixpkgs, flake-utils }:
@@ -17,7 +17,7 @@
17
{
18
devShell = pkgs.mkShell {
19
buildInputs = [
20
- elixir
+ elixir_1_16
21
elixir_ls
22
] ++ optional stdenv.isLinux inotify-tools
23
++ optional stdenv.isDarwin terminal-notifier
0 commit comments