From 62fe96603c28be3583264fb5f4c51228a3213aa8 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 28 Jan 2022 09:37:42 +0100 Subject: [PATCH] ipmihddtemp nixpkgs input follows stable branch --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 6a5b8495c..032f79b2d 100644 --- a/flake.lock +++ b/flake.lock @@ -55,7 +55,7 @@ "ipmihddtemp": { "inputs": { "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 1a97e1fcd..6fae62ad3 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ }; ipmihddtemp = { url = "gitlab:nyanloutre/ipmihddtemp/master"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.nixpkgs.follows = "nixpkgs"; }; };