MOAR DEPS

dev
Brian Hicks 2019-09-06 16:12:20 -05:00
parent 09e462644c
commit 5c672aeccf
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ with import (builtins.fetchTarball rec {
stdenv.mkDerivation {
name = "elm-swapper";
buildInputs = [ git bash jq ];
buildInputs = [ git bash jq shellcheck elmPackages.elm ];
}