commit
fefbb142ad
3 changed files with 3 additions and 40 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
@ -136,6 +136,6 @@ branches:
|
|||
required_linear_history: false
|
||||
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
|
||||
restrictions:
|
||||
apps: []
|
||||
apps: [ "bors" ]
|
||||
users: []
|
||||
teams: []
|
||||
|
|
40
flake.lock
generated
40
flake.lock
generated
|
@ -40,28 +40,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"mmdoc": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-update",
|
||||
"nixpkgs"
|
||||
],
|
||||
"nixpkgs-for-manual": "nixpkgs-for-manual"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1669050835,
|
||||
"narHash": "sha256-4ppYRBBY6lIqwMNYp0XA2mku1lSPyX4JaoTf+gt5NDg=",
|
||||
"owner": "ryantm",
|
||||
"repo": "mmdoc",
|
||||
"rev": "cec02bafac9456bd1ed9b261b8d163a893885e5b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ryantm",
|
||||
"repo": "mmdoc",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1673855649,
|
||||
|
@ -78,22 +56,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-for-manual": {
|
||||
"locked": {
|
||||
"lastModified": 1663819393,
|
||||
"narHash": "sha256-SMWfyAOKRPBC95M8dhZJTlb0kHyilr2lKEAfQSHlM7I=",
|
||||
"owner": "ryantm",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6a6caacfdd079a0fa249046514480a1c4597d861",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ryantm",
|
||||
"ref": "minman",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1673740915,
|
||||
|
@ -112,7 +74,7 @@
|
|||
},
|
||||
"nixpkgs-update": {
|
||||
"inputs": {
|
||||
"mmdoc": "mmdoc",
|
||||
"mmdoc": [],
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
|
||||
nixpkgs-update.inputs.mmdoc.follows = "";
|
||||
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
|
||||
nixpkgs-update-github-releases.flake = false;
|
||||
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";
|
||||
|
|
Loading…
Add table
Reference in a new issue