fix doc build

This commit is contained in:
Ryan Mulligan 2023-12-20 21:24:28 -08:00
parent eb3b5cf4fd
commit bd86c06961
1 changed files with 1 additions and 1 deletions

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;
});