Skip to content

Commit 2586356

Browse files
committed
fix: release nixpkgs following of mdbook-paisano-preprocessor build
the build it currently not compatible with newer nixpkgs versions; but we also want the config cell to otherwise use current nixpkgs this commit does remove the nixpkgs folliwing so that the mdbook-paisano-preprocessor build uses the upstream repo's pinned nixpkgs at the expense of not adding a different dependency tree
1 parent febf2ee commit 2586356

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

src/data/flake.lock

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

src/data/flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
inputs = {
33
# injected (private) inputs
44
mdbook-paisano-preprocessor.url = "github:paisano-nix/mdbook-paisano-preprocessor";
5-
mdbook-paisano-preprocessor.inputs.nixpkgs.follows = "nixpkgs";
65
mdbook-paisano-preprocessor.inputs.nixago.follows = "";
76
mdbook-paisano-preprocessor.inputs.devshell.follows = "";
8-
9-
# injected inputs to override std's defaults
10-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
117
};
128
outputs = i: i;
139
}

0 commit comments

Comments
 (0)