flake: gostart follows stable, prs: update 235900

This commit is contained in:
Aaron Bieber 2023-06-06 19:02:30 -06:00
parent 2cb7a6bb35
commit a14e2f6503
No known key found for this signature in database
2 changed files with 15 additions and 4 deletions

View File

@ -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";

View File

@ -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"
}