nixpkgs: pin to fix hercules-ci

This commit is contained in:
Jörg Thalheim 2022-12-19 15:57:20 +01:00
parent c787d3dd4c
commit 1f858631a7
2 changed files with 7 additions and 5 deletions

8
flake.lock generated
View file

@ -60,17 +60,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1671442489, "lastModified": 1671149032,
"narHash": "sha256-pSCuSrG+XxWCs5IZ90eKIxDIZy4rM22YSFMRZ/fiixc=", "narHash": "sha256-BP8mspP2oJqIm9zHj1EHSolkOWg9+jqIm2R/fUWQq28=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ff07b107adeda2164b29f8feb4a86ed012854dfb", "rev": "34274e6c8604be2d103606b11dae0ac2e3a0d584",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "34274e6c8604be2d103606b11dae0ac2e3a0d584",
"type": "github" "type": "github"
} }
}, },

View file

@ -11,7 +11,9 @@
]; ];
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; # FIXME: hercules ci is currently broken in latest nixpkgs
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NixOS/nixpkgs/34274e6c8604be2d103606b11dae0ac2e3a0d584";
nixpkgs-update.url = "github:ryantm/nixpkgs-update"; nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases"; nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.flake = false;