forked from nyanloutre/nixos-config
ipmihddtemp nixpkgs input follows stable branch
This commit is contained in:
parent
a749bc8771
commit
62fe96603c
2 changed files with 2 additions and 2 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -55,7 +55,7 @@
|
||||||
"ipmihddtemp": {
|
"ipmihddtemp": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs-unstable"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue