conmon: add phase hooks
This commit is contained in:
parent
6da0dcc42a
commit
d4c3f5f929
|
@ -27,7 +27,9 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [ "bin/conmon" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D bin/conmon -t $out/bin
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) cri-o podman; };
|
||||
|
|
Loading…
Reference in New Issue