[module/hydra] Fix build problems
This commit is contained in:
parent
5f778592df
commit
78252f997d
|
@ -527,17 +527,17 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1646680282,
|
"lastModified": 1649172203,
|
||||||
"narHash": "sha256-m8tqCS6uHveDon5GSro5yZor9H+sHeh+v/veF1IGw24=",
|
"narHash": "sha256-Q3nYaXqbseDOvZrlePKeIrx0/KzqyrtNpxHIUbtFHuI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "ffe155abd36366a870482625543f9bf924a58281",
|
"rev": "5fe4fe823c193cbb7bfa05a468de91eeab09058d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "2.7.0",
|
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
|
"rev": "5fe4fe823c193cbb7bfa05a468de91eeab09058d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
inputs.nix.follows = "nixForHydra";
|
inputs.nix.follows = "nixForHydra";
|
||||||
};
|
};
|
||||||
nixForHydra = {
|
nixForHydra = {
|
||||||
url = "github:NixOS/nix/2.7.0";
|
url = "github:NixOS/nix/5fe4fe823c193cbb7bfa05a468de91eeab09058d";
|
||||||
};
|
};
|
||||||
|
|
||||||
gruvbox-material-gtk = {
|
gruvbox-material-gtk = {
|
||||||
|
|
Loading…
Reference in a new issue