Skip to content

Commit

Permalink
chore: switch to (now fixed) upstream nixos bundlers
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 17, 2024
1 parent 76b502d commit 3cda68d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 50 deletions.
111 changes: 67 additions & 44 deletions flake.lock

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

8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
bundlers = {
# TODO: switch back to upstream after https://github.com/matthewbauer/nix-bundle/pull/103 is available
url = "github:dpc/bundlers?branch=24-02-21-tar-deterministic&rev=e8aafe89a11ae0a5f3ce97d1d7d0fcfb354c79eb";
url = "github:NixOS/bundlers?rev=ea1e72ad1dbb0864fd55b3ba52ed166cd190afa2";
inputs.nixpkgs.follows = "nixpkgs";
};
advisory-db = {
url = "github:rustsec/advisory-db";
Expand Down Expand Up @@ -53,17 +53,13 @@
in
{
overlays = {
# technically overlay outputs are supposed to be just a function,
# instead of a list, but keeping this one just to phase it out smoothly
fedimint = [ overlayAll ];
all = overlayAll;
wasm-bindgen = import ./nix/overlays/wasm-bindgen.nix;
darwin-compile-fixes = import ./nix/overlays/darwin-compile-fixes.nix;
cargo-honggfuzz = import ./nix/overlays/cargo-honggfuzz.nix;
};

bundlers = bundlers.bundlers;
defaultBundler = bundlers.defaultBundler;

nixosModules = {
fedimintd = import ./nix/modules/fedimintd.nix;
Expand Down

0 comments on commit 3cda68d

Please sign in to comment.