init
This commit is contained in:
commit
f4e4e2eae1
30 changed files with 11452 additions and 0 deletions
9
frontend/shell.nix
Normal file
9
frontend/shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkgs.elmPackages.elm
|
||||
pkgs.elmPackages.elm-format
|
||||
pkgs.uglify-js
|
||||
pkgs.ungoogled-chromium
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue