TestPhoenixLiveView/shell.nix

4 lines
134 B
Nix
Raw Normal View History

2024-02-15 21:09:45 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ elixir_1_16 git inotify-tools ];
}