Skip to content

Commit

Permalink
Fix nix pills build with new mdBook output (#1385)
Browse files Browse the repository at this point in the history
Since NixOS/nix-pills#233 got merged, the nix
pills are now built with mdBook. In this process, we removed the
`revCount` and `shortRev` attributes from the mdBook output.

This PR removes those attributes from here to ensure the nix pills can
still be built with the new changes.
  • Loading branch information
DanielSidhion authored Apr 9, 2024
1 parent edaee6f commit 32aee71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ rec {

nixPills = import nix-pills {
inherit pkgs;
revCount = nix-pills.lastModifiedDate; # FIXME
shortRev = nix-pills.shortRev;
};

# TODO: change structure to conform to ./src/content/download/aws-ec2.yaml but in json
Expand Down

0 comments on commit 32aee71

Please sign in to comment.