dev: add more automation to NixOS version updates
Use the `update-flake.sh` script to auto-update the NixOS version at various places. Also update `examples/container/flake.nix` which has been missing in the update instructions.
This commit is contained in:
parent
dc4d14e073
commit
fe8c6b1e6a
3 changed files with 11 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
|||
inputs = {
|
||||
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
|
||||
# You can also use a version branch to track a specific NixOS release
|
||||
# nix-bitcoin.url = "github:fort-nix/nix-bitcoin/nixos-23.05";
|
||||
# nix-bitcoin.url = "github:fort-nix/nix-bitcoin/nixos-24.11";
|
||||
|
||||
nixpkgs.follows = "nix-bitcoin/nixpkgs";
|
||||
nixpkgs-unstable.follows = "nix-bitcoin/nixpkgs-unstable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue