Skip to content

Commit

Permalink
fix: release nixpkgs following of mdbook-paisano-preprocessor build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
blaggacao committed Jan 28, 2025
1 parent febf2ee commit 2586356
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
92 changes: 48 additions & 44 deletions src/data/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/data/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
inputs = {
# injected (private) inputs
mdbook-paisano-preprocessor.url = "github:paisano-nix/mdbook-paisano-preprocessor";
mdbook-paisano-preprocessor.inputs.nixpkgs.follows = "nixpkgs";
mdbook-paisano-preprocessor.inputs.nixago.follows = "";
mdbook-paisano-preprocessor.inputs.devshell.follows = "";

# injected inputs to override std's defaults
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
};
outputs = i: i;
}

0 comments on commit 2586356

Please sign in to comment.