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": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-unstable"
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
ipmihddtemp = {
|
||||
url = "gitlab:nyanloutre/ipmihddtemp/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue