hci: runc -> crun

This commit is contained in:
Robert Hensing
2024-02-13 01:32:58 +01:00
parent 1309fb0e37
commit 9b74bc0a26
@@ -1,8 +1,8 @@
{ haskell, haskellPackages, lib, makeWrapper, runc, stdenv, emptyDirectory }:
{ crun, haskell, haskellPackages, lib, makeWrapper, stdenv, emptyDirectory }:
let
inherit (haskell.lib.compose) overrideCabal addBuildTools justStaticExecutables appendConfigureFlags;
inherit (lib) makeBinPath;
bundledBins = lib.optional stdenv.isLinux runc;
bundledBins = lib.optional stdenv.isLinux crun;
overrides = old: {
hercules-ci-agent =