build: try not compiling the entirety of nix
Some checks failed
Build and push Docker image / build-and-publish (push) Has been cancelled
Some checks failed
Build and push Docker image / build-and-publish (push) Has been cancelled
This commit is contained in:
parent
7b8c1247bb
commit
e5509561bf
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
# Package with runtime dependencies and environment variable
|
||||
wrappedPackage = pkgs.stdenv.mkDerivation {
|
||||
name = "staxman";
|
||||
buildInputs = [ pkgs.arion pkgs.docker-client pkgs.nix pkgs.makeWrapper ];
|
||||
buildInputs = [ pkgs.arion pkgs.docker-client pkgs.makeWrapper ];
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
installPhase = ''
|
||||
|
|
Reference in a new issue