mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
add meta attributes to all images
augment the images with meta attributes from the input packages. and then use the meta.description as dockerhub metadata.
This commit is contained in:
@@ -18,7 +18,9 @@ _: pkgs: {
|
||||
kubectl = pkgs.callPackage ./kubectl {};
|
||||
kubernetes-helm = pkgs.callPackage ./kubernetes-helm {};
|
||||
nix = pkgs.callPackage ./nix {};
|
||||
nix-unstable = nix.overrideAttrs (self: { nix = pkgs.nixUnstable; });
|
||||
nix-unstable = nix.override {
|
||||
nix = pkgs.nixUnstable;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user