nix: bump inputs; drop ndg input

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic94404dce3ad3f711b31314123bb18956a6a6964
This commit is contained in:
raf 2026-05-27 20:36:33 +03:00
commit eda9bf28f3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 1 additions and 28 deletions

View file

@ -21,6 +21,7 @@
./flake/templates
./flake/apps.nix
./flake/packages.nix
./flake/checks.nix
./flake/develop.nix
];
@ -136,11 +137,5 @@
# Alternate neovim-wrapper
mnw.url = "github:Gerg-L/mnw";
# Alternative documentation generator
ndg = {
url = "github:feel-co/ndg?ref=refs/tags/v2.8.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}