mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-05 02:07:19 +00:00
flake: prevent the second nixpkgs in lock file
This commit is contained in:
parent
ef1f22efaf
commit
f3fdfff561
2 changed files with 8 additions and 19 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue