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": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
"nixpkgs"
]
},
"locked": {

View File

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