From a14e2f65039dd4b1cc00df062e5bb0fb1282b2e9 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 6 Jun 2023 19:02:30 -0600 Subject: [PATCH] flake: gostart follows stable, prs: update 235900 --- flake.nix | 2 +- pull_requests/235900.json | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9240f33..f6e7235 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ }; gostart = { url = "github:qbit/gostart"; - inputs.nixpkgs.follows = "unstable"; + inputs.nixpkgs.follows = "stable"; }; pr-status = { url = "github:qbit/pr-status-pl"; diff --git a/pull_requests/235900.json b/pull_requests/235900.json index afc1150..c9b4142 100644 --- a/pull_requests/235900.json +++ b/pull_requests/235900.json @@ -1,8 +1,19 @@ { - "branches": [], + "branches": [ + "master", + "staging", + "staging-next" + ], "pull_request": 235900, - "release": "stable", + "release": "unstable", "status": "open", - "status_info": {}, + "status_info": { + "master": true, + "nixos-unstable": false, + "nixos-unstable-small": false, + "nixpkgs-unstable": false, + "staging": true, + "staging-next": true + }, "title": "_1password-gui: 8.10.6 -> 8.10.7" }