Initial commit
This commit is contained in:
commit
a6272848f9
379 changed files with 74829 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gleam
|
||||
erlang
|
||||
watchexec
|
||||
python3
|
||||
python3Packages.livereload
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue