1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

build: Update goreleaser for Elm UI

This commit is contained in:
James Hillyerd
2019-01-06 13:44:35 -08:00
parent 683ce1241e
commit 07e75495e8
4 changed files with 16 additions and 5 deletions

View File

@@ -3,11 +3,13 @@ stdenv.mkDerivation rec {
name = "env";
env = buildEnv { name = name; paths = buildInputs; };
buildInputs = [
dpkg
elmPackages.elm
elmPackages.elm-format
go
golint
nodejs
rpm
swaks
];
}