Skip to content

Commit

Permalink
feat: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 3, 2024
1 parent 6dd1c56 commit aa1a582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
transpire.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = { self, nixpkgs, systems, agenix, transpire }:
outputs = { nixpkgs, systems, agenix, transpire, ... }:
let
# ========================
# NixOS Host Configuration
Expand Down Expand Up @@ -99,6 +99,10 @@
modules = kubernetesModules ++ kubernetesExtraModules;
};

docs = transpire.lib.${system}.buildDocs {
inherit openApiSpec;
};

# This is used for the `push-vault-secrets` app
# It's a bit of a hack, but it works for now :)
__raw-secrets-to-push = builtins.groupBy
Expand Down

0 comments on commit aa1a582

Please sign in to comment.