diff --git a/flake.lock b/flake.lock index 5097383a..07a45a1b 100644 --- a/flake.lock +++ b/flake.lock @@ -251,23 +251,21 @@ "empty" ], "nixpkgs": "nixpkgs_2", - "runtimeDeps": [ - "nixpkgs" - ], "treefmt-nix": [ "treefmt-nix" ] }, "locked": { - "lastModified": 1734559477, - "narHash": "sha256-Jwvow0ri+ZgCdP6jpNQVjxub14Pxs1kyjvDV3BbvNzE=", + "lastModified": 1736218503, + "narHash": "sha256-X88+dZu7WALRh+2F6YLltROJthpOmluOYsJTyNtFIRQ=", "owner": "nix-community", "repo": "nixpkgs-update", - "rev": "7f089591e8f595011323c8a7370b195fa3dfe0b7", + "rev": "450b814004c86a7880a95d6a0e40ab8260c9367f", "type": "github" }, "original": { "owner": "nix-community", + "ref": "infra", "repo": "nixpkgs-update", "type": "github" } diff --git a/flake.nix b/flake.nix index 2285264a..8c0faca0 100644 --- a/flake.nix +++ b/flake.nix @@ -34,9 +34,8 @@ nixpkgs-update-github-releases.flake = false; nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases"; nixpkgs-update.inputs.mmdoc.follows = "empty"; - nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs"; nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix"; - nixpkgs-update.url = "github:nix-community/nixpkgs-update"; + nixpkgs-update.url = "github:nix-community/nixpkgs-update/infra"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nur-update.inputs.nixpkgs.follows = "nixpkgs"; nur-update.url = "github:nix-community/nur-update"; diff --git a/hosts/build02/nixpkgs-update.nix b/hosts/build02/nixpkgs-update.nix index 914cdabb..5b765d28 100644 --- a/hosts/build02/nixpkgs-update.nix +++ b/hosts/build02/nixpkgs-update.nix @@ -21,6 +21,21 @@ let cachix apacheHttpd # for rotatelogs, used by worker script socat # used by worker script + + coreutils + gist + # https://github.com/Mic92/nixpkgs-review/issues/446 + (nixpkgs-review.overrideAttrs (_: { + name = "nixpkgs-review-2.12.0"; + version = "2.12.0"; + src = fetchFromGitHub { + owner = "Mic92"; + repo = "nixpkgs-review"; + tag = "2.12.0"; + hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg="; + }; + })) + tree ]; mkWorker = name: {