flake: prevent the second nixpkgs in lock file

This commit is contained in:
ilkecan 2025-12-24 19:27:25 +00:00
commit f3fdfff561
2 changed files with 8 additions and 19 deletions

View file

@ -107,6 +107,9 @@
mnw.url = "github:Gerg-L/mnw";
# Alternative documentation generator
ndg.url = "github:feel-co/ndg";
ndg = {
url = "github:feel-co/ndg";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}