home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit efd7fc799d4d3a276d34b52dd788603a68db84cb
parent 80b6a5cbbbc7dc0b1f4b1c5215f2279240662440
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jun 2020 16:37:48 +0200

users/vincent/containers: fix pkgs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/containers/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/containers/default.nix b/users/vincent/containers/default.nix @@ -7,7 +7,7 @@ ./openshift.nix ]; - home.packages = with pkg; [ + home.packages = with pkgs; [ podman skopeo ];