ipmihddtemp nixpkgs input follows stable branch

This commit is contained in:
nyanloutre 2022-01-28 09:37:42 +01:00
parent a749bc8771
commit 62fe96603c
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
"ipmihddtemp": { "ipmihddtemp": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs-unstable" "nixpkgs"
] ]
}, },
"locked": { "locked": {

View File

@ -16,7 +16,7 @@
}; };
ipmihddtemp = { ipmihddtemp = {
url = "gitlab:nyanloutre/ipmihddtemp/master"; url = "gitlab:nyanloutre/ipmihddtemp/master";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };