build: remove unused let binding from image expression

This commit is contained in:
Brendan Hay 2019-11-12 08:45:02 +01:00
parent a480e3aafd
commit ee856536b4
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D

View File

@ -1,17 +1,5 @@
{ pkgs, urbit, pill }:
let
entrypoint = pkgs.writeScript "entrypoint.sh" ''
#!${pkgs.stdenv.shell}
set -euo pipefail
${urbit.meta.exe} "$@"
'';
in
pkgs.dockerTools.buildImage {
name = urbit.meta.name;