Commit 989a989332c8

Vincent Demeester <vincent@sbr.pm>
2026-03-11 20:33:37
feat: added apko from master channel
Added apko container image builder to dev container packages and exposed it through the master overlay.
1 parent 24407a6
Changed files (2)
home
common
overlays
home/common/dev/containers.nix
@@ -3,6 +3,7 @@
   home.packages = with pkgs; [
     # containers
     oras
+    master.apko
     skopeo
     rekor-cli
     cosign
overlays/default.nix
@@ -64,6 +64,7 @@ in
           inherit (_prev) antigravity;
           inherit (_prev) lazyworktree;
           inherit (_prev) devenv;
+          inherit (_prev) apko;
           # example = prev.example.overrideAttrs (oldAttrs: rec {
           # ...
           # });