From dc59545cd68e5f97bed76bf1aec6332f088eec80 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Fri, 20 Sep 2024 09:47:35 +0200 Subject: [PATCH] build: adding gh --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 040ff18..b9093f4 100644 --- a/flake.nix +++ b/flake.nix @@ -32,13 +32,13 @@ env-pkgs = with pkgs; [ go_1_23 + gh # github commandline tool go-task gofumpt golangci-lint golines gopls - - skopeo + skopeo # handling docker images without docker ]; in with pkgs; {