Install skopeo
This commit is contained in:
parent
40d0a524f4
commit
c453448e0f
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = with pkgs; [
|
||||||
pkgs.podman
|
podman
|
||||||
pkgs.qemu
|
qemu
|
||||||
|
skopeo
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."containers/containers.conf.d/nix.conf".text = ''
|
xdg.configFile."containers/containers.conf.d/nix.conf".text = ''
|
||||||
|
|
Loading…
Reference in a new issue