deduplicate nmd input

This commit is contained in:
pinage404 2024-07-14 14:39:40 +02:00 committed by Alexander Sosedkin
parent 8bcadcef69
commit c00333ee42
2 changed files with 5 additions and 18 deletions

View file

@ -17,6 +17,7 @@
nix-formatter-pack = {
url = "github:Gerschtli/nix-formatter-pack";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nmd.follows = "nmd";
};
nixpkgs-docs.url = "github:NixOS/nixpkgs/release-23.05";