Skip to content

Commit

Permalink
fix: missing skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 9, 2024
1 parent 96116f3 commit 2fa439d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ with packages;
dev = [
pls
git
skopeo
];

infra = [
Expand Down
1 change: 1 addition & 0 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let
git
jq
yq-go
skopeo

# lint
treefmt
Expand Down

0 comments on commit 2fa439d

Please sign in to comment.