Skip to content

Commit

Permalink
fix: add cfg.path to containerd-rootless.sh PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
isbecker authored and elpdt852 committed Oct 22, 2024
1 parent 6eaadfd commit cb70837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/common/containerd-rootless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let
name = "containerd-rootless";
src = ./containerd-rootless.sh;
inherit containerdArgs;
path = lib.makeBinPath [
path = lib.makeBinPath ([
containerd-rootless-child
pkgs.bash
pkgs.iproute2
Expand All @@ -98,7 +98,7 @@ let
pkgs.util-linux
# Need access to newuidmap from "/run/wrappers"
"/run/wrappers"
];
] ++ cfg.path);
};

mountSources = lib.concatStringsSep " " (
Expand Down

0 comments on commit cb70837

Please sign in to comment.