1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-10-05 18:47:18 +03:00

fix doc build

This commit is contained in:
Ryan Mulligan 2023-12-20 21:24:28 -08:00
parent eb3b5cf4fd
commit bd86c06961

View File

@ -38,7 +38,7 @@
packages = eachSystem (system: {
agenix = nixpkgs.legacyPackages.${system}.callPackage ./pkgs/agenix.nix {};
doc = nixpkgs.legacyPackages.${system}.callPackage ./pkgs/doc.nix {};
doc = nixpkgs.legacyPackages.${system}.callPackage ./pkgs/doc.nix {inherit self;};
default = self.packages.${system}.agenix;
});