Skip to content

Commit

Permalink
fix: docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 16, 2024
1 parent 687d9fc commit 4c90784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake/pkgs/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
{self, ...}: {
perSystem = {
pkgs,
inputs',
...
}: {
packages = let
docs = pkgs.callPackage ../../docs {};
docs = pkgs.callPackage ../../docs {inherit self;};
in {
docs-md = docs.md;
docs-html = docs.html;
Expand Down

0 comments on commit 4c90784

Please sign in to comment.