Skip to content

Commit

Permalink
feat(flake): update pkgs to 23.11 and pin bitcoind to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 6, 2024
1 parent 2c58481 commit 37f31d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
# stable nixpkgs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
# pin bitcoind to a specific version
# find instructions here:
# <https://lazamar.co.uk/nix-versions>
Expand Down Expand Up @@ -141,7 +141,7 @@
inherit buildInputs;
inherit nativeBuildInputs;
# Additional environment variables can be set directly
BITCOIND_EXEC = "${pkgs.bitcoind}/bin/bitcoind";
BITCOIND_EXEC = "${pkgs-bitcoind.bitcoind}/bin/bitcoind";
ELECTRS_EXEC = "${pkgs-kitman.esplora}/bin/esplora";
};

Expand Down

0 comments on commit 37f31d7

Please sign in to comment.