build: even less requirements
All checks were successful
Build and push Docker image / build-and-publish (push) Successful in 12m15s
All checks were successful
Build and push Docker image / build-and-publish (push) Successful in 12m15s
This commit is contained in:
parent
e5509561bf
commit
3326f286fd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
# Package with runtime dependencies and environment variable
|
# Package with runtime dependencies and environment variable
|
||||||
wrappedPackage = pkgs.stdenv.mkDerivation {
|
wrappedPackage = pkgs.stdenv.mkDerivation {
|
||||||
name = "staxman";
|
name = "staxman";
|
||||||
buildInputs = [ pkgs.arion pkgs.docker-client pkgs.makeWrapper ];
|
buildInputs = [ pkgs.makeWrapper ];
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Reference in a new issue