Skip to content

Commit

Permalink
Add dockerImages output
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 4, 2024
1 parent 61a02d7 commit 516ae73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
inventory = self.lib.derivationsInventory "package" false;
};

dockerImagesSchema = {
version = 1;
doc = ''
The `dockerImages` flake output contains derivations that build valid Docker images.
'';
inventory = self.lib.derivationsInventory "Docker image" false;
};

legacyPackagesSchema = {
version = 1;
doc = ''
Expand Down Expand Up @@ -335,5 +343,6 @@
schemas.nixosModules = nixosModulesSchema;
schemas.homeConfigurations = homeConfigurationsSchema;
schemas.darwinConfigurations = darwinConfigurationsSchema;
schemas.dockerImages = dockerImagesSchema;
};
}

0 comments on commit 516ae73

Please sign in to comment.