Add shell.nix
This commit is contained in:
parent
793c479cf0
commit
e0f052b653
1 changed files with 4 additions and 0 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [ elixir_1_16 git inotify-tools ];
|
||||
}
|
Loading…
Reference in a new issue