Updated release, modified justfile

This commit is contained in:
jeirmeister 2025-09-12 12:49:12 -07:00
parent 7de19b46ec
commit 36513b42e9
2 changed files with 7 additions and 18 deletions

View file

@ -2,7 +2,7 @@
description = "BTCPay server, NBXplorer, Bitcoin Core, etc. as a NixOS system/container image";
inputs = {
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release-0.0.85"; # Pin to a stable release
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
nixpkgs.follows = "nix-bitcoin/nixpkgs";
nixos-generators.url = "github:nix-community/nixos-generators";
flake-utils.url = "github:numtide/flake-utils";