talhelper follows unstable

This commit is contained in:
Joseph Hanson 2024-07-15 18:11:02 -05:00
parent 06758d97ac
commit 8f05a1028a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -650,7 +650,7 @@
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {

View file

@ -61,7 +61,7 @@
# talhelper - A tool to help creating Talos kubernetes cluster
talhelper = {
url = "github:budimanjojo/talhelper";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# Lix- Substitution of the Nix package manager, focused on correctness, usability, and growth and committed to doing right by its community.