Skip to content

Commit

Permalink
Add om schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 21, 2024
1 parent 0a5c422 commit 037434d
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 @@ -35,6 +35,14 @@
output);
};

omSchema = {
version = 1;
doc = ''
Configuration for `omnix` CLI.
'';
inventory = self.lib.mkChildren;
};

appsSchema = {
version = 1;
doc = ''
Expand Down Expand Up @@ -377,5 +385,6 @@
schemas.darwinConfigurations = darwinConfigurationsSchema;
schemas.darwinModules = darwinModulesSchema;
schemas.dockerImages = dockerImagesSchema;
schemas.om = omSchema;
};
}

0 comments on commit 037434d

Please sign in to comment.