fmt
This commit is contained in:
parent
e788a09be9
commit
bf45826289
25 changed files with 57 additions and 31 deletions
|
@ -13,7 +13,8 @@
|
|||
inherit (pkgs) mkShell;
|
||||
|
||||
elm = pkgs.elmPackages.elm;
|
||||
in {
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ elm ] ++ (with pkgs; [ elm2nix ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue