Skip to content

Commit 0390abd

Browse files
authored
flake: prevent the second nixpkgs in lock file (#1308)
1 parent ef1f22e commit 0390abd

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

flake.lock

Lines changed: 4 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
mnw.url = "github:Gerg-L/mnw";
108108

109109
# Alternative documentation generator
110-
ndg.url = "github:feel-co/ndg";
110+
ndg = {
111+
url = "github:feel-co/ndg";
112+
inputs.nixpkgs.follows = "nixpkgs";
113+
};
111114
};
112115
}

0 commit comments

Comments
 (0)