From 7588976445d7877310790d25ff3f6d7b0d23e8cb Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:23:27 +1000 Subject: [PATCH] flake: nixpkgs-update: bump 'wait for ofborg' to 60 minutes --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c2a02da..5f7dc06 100644 --- a/flake.lock +++ b/flake.lock @@ -82,15 +82,16 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1696908581, - "narHash": "sha256-JoIuKbMvmsDmkVYB1aNsDZJlqg6XfuYBoPUzTSvSy5Q=", - "owner": "ryantm", + "lastModified": 1698207498, + "narHash": "sha256-hUtpTifZX8eMRkQtctm9eZYs1s32GZTXjcCoVHvinpI=", + "owner": "qowoz", "repo": "nixpkgs-update", - "rev": "a3fd7a8a741015be0613c80e95e78a4853569f8e", + "rev": "e56e5760569fa308acdc4a9286c2054696be1ee4", "type": "github" }, "original": { - "owner": "ryantm", + "owner": "qowoz", + "ref": "wait60", "repo": "nixpkgs-update", "type": "github" } diff --git a/flake.nix b/flake.nix index 77e6169..712703d 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant srvos.inputs.nixpkgs.follows = "nixpkgs"; - nixpkgs-update.url = "github:ryantm/nixpkgs-update"; + nixpkgs-update.url = "github:qowoz/nixpkgs-update/wait60"; nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases"; nixpkgs-update-github-releases.flake = false;