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

22
flake.lock generated
View file

@ -51,27 +51,6 @@
"type": "github"
}
},
"ndg": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1779233504,
"narHash": "sha256-YIKEyzh0NFQlD0O92LQQNMoVCDwV8yw1Xz0Iu+4ZC5U=",
"owner": "feel-co",
"repo": "ndg",
"rev": "86f6644411a64d5413711895b7cf6e0e1be465b6",
"type": "github"
},
"original": {
"owner": "feel-co",
"ref": "refs/tags/v2.8.0",
"repo": "ndg",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1781216227,
@ -93,7 +72,6 @@
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"mnw": "mnw",
"ndg": "ndg",
"nixpkgs": "nixpkgs",
"systems": "systems"
}

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";
};
};
}