From e4dd1f4184f01adc7deb25cf73bd84cc5aa723a0 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Sat, 25 Nov 2023 17:26:14 +0100 Subject: [PATCH] Use upstream Hydra not "t184256/hydra/nix-ca-reprise" Signed-off-by: magic_rb --- flake-secret.lock | 19 +++++++++---------- flake.lock | 21 ++++++++++----------- flake.nix | 2 +- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/flake-secret.lock b/flake-secret.lock index 6b2f455..cd72265 100644 --- a/flake-secret.lock +++ b/flake-secret.lock @@ -854,16 +854,15 @@ "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1691022464, - "narHash": "sha256-zMBrWTJaP48nz9eDZj1eYgk7lDvij6uQU1gU60IWB6Y=", - "owner": "t184256", + "lastModified": 1700255787, + "narHash": "sha256-5q/7yz6jJedD8YU3SuYyXtN3qEAlOBRKGZxOcYt/0X8=", + "owner": "NixOS", "repo": "hydra", - "rev": "a5ff881c96061841dfc82a264e7dd5201a973512", + "rev": "8f48e4ddecbf403be35f8243b97d73cb39dd61bb", "type": "github" }, "original": { - "owner": "t184256", - "ref": "nix-ca-reprise", + "owner": "NixOS", "repo": "hydra", "type": "github" } @@ -1150,16 +1149,16 @@ "nixpkgs-regression": "nixpkgs-regression_3" }, "locked": { - "lastModified": 1686048923, - "narHash": "sha256-/XCWa2osNFIpPC5MkxlX6qTZf/DaTLwS3LWN0SRFiuU=", + "lastModified": 1690219894, + "narHash": "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=", "owner": "NixOS", "repo": "nix", - "rev": "84050709ea18f3285a85d729f40c8f8eddf5008e", + "rev": "a212300a1d9f9c7b0daf19c00c87fc50480f54f4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "2.16.1", + "ref": "2.17.0", "repo": "nix", "type": "github" } diff --git a/flake.lock b/flake.lock index 4f58c23..31dd944 100644 --- a/flake.lock +++ b/flake.lock @@ -854,16 +854,15 @@ "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1691022464, - "narHash": "sha256-zMBrWTJaP48nz9eDZj1eYgk7lDvij6uQU1gU60IWB6Y=", - "owner": "t184256", + "lastModified": 1700255787, + "narHash": "sha256-5q/7yz6jJedD8YU3SuYyXtN3qEAlOBRKGZxOcYt/0X8=", + "owner": "NixOS", "repo": "hydra", - "rev": "a5ff881c96061841dfc82a264e7dd5201a973512", + "rev": "8f48e4ddecbf403be35f8243b97d73cb39dd61bb", "type": "github" }, "original": { - "owner": "t184256", - "ref": "nix-ca-reprise", + "owner": "NixOS", "repo": "hydra", "type": "github" } @@ -1150,16 +1149,16 @@ "nixpkgs-regression": "nixpkgs-regression_3" }, "locked": { - "lastModified": 1686048923, - "narHash": "sha256-/XCWa2osNFIpPC5MkxlX6qTZf/DaTLwS3LWN0SRFiuU=", + "lastModified": 1690219894, + "narHash": "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=", "owner": "NixOS", "repo": "nix", - "rev": "84050709ea18f3285a85d729f40c8f8eddf5008e", + "rev": "a212300a1d9f9c7b0daf19c00c87fc50480f54f4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "2.16.1", + "ref": "2.17.0", "repo": "nix", "type": "github" } @@ -2094,7 +2093,7 @@ "secret": { "flake": false, "locked": { - "lastModified": 1700075641, + "lastModified": 1700926574, "narHash": "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=", "path": "/var/empty", "type": "path" diff --git a/flake.nix b/flake.nix index 4da46c8..ea6bd6b 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ notnft.url = "github:chayleaf/notnft"; impermenance.url = "github:MagicRB/impermanence"; numen-nix.url = "github:anpandey/numen-nix"; - hydra.url = "github:t184256/hydra/nix-ca-reprise"; + hydra.url = "github:NixOS/hydra"; nix.url = "github:NixOS/nix"; disko.url = "github:nix-community/disko";