mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
build: remove unused let binding from image expression
This commit is contained in:
parent
a480e3aafd
commit
ee856536b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user