Add img and skopeo when enabling podman.
This commit is contained in:
parent
9baf5cf3b8
commit
706b8043c4
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [podman-compose cntr])
|
(with pkgs; [podman-compose cntr img skopeo])
|
||||||
++ (optional withDocker pkgs.docker-compose);
|
++ (optional withDocker pkgs.docker-compose);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue