TestPhoenixLiveView/shell.nix
2024-02-15 21:09:45 +01:00

4 lines
No EOL
134 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ elixir_1_16 git inotify-tools ];
}