Skip to content

Commit

Permalink
flake: use follows for a few more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Dec 6, 2023
1 parent f338321 commit db45de7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 68 deletions.
79 changes: 11 additions & 68 deletions flake.lock

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

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

mdbook-nixdoc.url = "github:adisbladis/mdbook-nixdoc";
mdbook-nixdoc.inputs.nixpkgs.follows = "nixpkgs";
mdbook-nixdoc.inputs.nix-github-actions.follows = "nix-github-actions";
mdbook-nixdoc.inputs.flake-parts.follows = "flake-parts";
mdbook-nixdoc.inputs.treefmt-nix.follows = "treefmt-nix";
};

outputs = { self, nixpkgs, nix-github-actions, flake-parts, treefmt-nix, ... }@inputs:
Expand Down

0 comments on commit db45de7

Please sign in to comment.