From 8f05a1028af46ad8f207041a367c1d50c2d6c8c2 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 15 Jul 2024 18:11:02 -0500 Subject: [PATCH] talhelper follows unstable --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 09429be..2327de3 100644 --- a/flake.lock +++ b/flake.lock @@ -650,7 +650,7 @@ "inputs": { "flake-parts": "flake-parts", "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 27d03e1..5d259c1 100644 --- a/flake.nix +++ b/flake.nix @@ -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.