build: add nix_path
Some checks are pending
Build and push Docker image / build-and-publish (push) Waiting to run
Some checks are pending
Build and push Docker image / build-and-publish (push) Waiting to run
This commit is contained in:
parent
3326f286fd
commit
de546a3e21
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
cp ${project.rootCrate.build}/bin/* $out/bin
|
||||
wrapProgram $out/bin/staxman \
|
||||
--set STAX_ARION_BIN "${pkgs.arion}/bin/arion" \
|
||||
--set NIX_PATH "nixpkgs=${pkgs.path}" \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.arion pkgs.docker-client pkgs.nix ]}
|
||||
'';
|
||||
};
|
||||
|
|
Reference in a new issue