1
0
Fork 0

Install skopeo

This commit is contained in:
Daniel Kempkens 2022-06-29 00:20:41 +02:00
parent 40d0a524f4
commit c453448e0f

View file

@ -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 = ''