Loading pkgs/by-name/cr/crun/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ yajl, nixosTests, criu, versionCheckHook, }: let Loading Loading @@ -87,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: { passthru.tests = { inherit (nixosTests) podman; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/containers/crun/releases/tag/${finalAttrs.version}"; description = "Fast and lightweight fully featured OCI runtime and C library for running containers"; Loading Loading
pkgs/by-name/cr/crun/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ yajl, nixosTests, criu, versionCheckHook, }: let Loading Loading @@ -87,6 +88,10 @@ stdenv.mkDerivation (finalAttrs: { passthru.tests = { inherit (nixosTests) podman; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/containers/crun/releases/tag/${finalAttrs.version}"; description = "Fast and lightweight fully featured OCI runtime and C library for running containers"; Loading