home

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

commit df1325b24be8c8d4bdeb56ef90c9605fe770e3f7
parent f3fb1d8ca2ca5197b56a88fc4299c62eb4c81ea0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 17 Dec 2020 16:36:41 +0100

users/vincent: add buildx to containers…

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

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

diff --git a/users/vincent/containers/default.nix b/users/vincent/containers/default.nix @@ -11,5 +11,6 @@ home.packages = with pkgs; [ skopeo my.manifest-tool + my.buildx ]; }