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_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.
|
# 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:
|
restrictions:
|
||||||
apps: []
|
apps: [ "bors" ]
|
||||||
users: []
|
users: []
|
||||||
teams: []
|
teams: []
|
||||||
|
|
40
flake.lock
generated
40
flake.lock
generated
|
@ -40,28 +40,6 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673855649,
|
"lastModified": 1673855649,
|
||||||
|
@ -78,22 +56,6 @@
|
||||||
"type": "github"
|
"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": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673740915,
|
"lastModified": 1673740915,
|
||||||
|
@ -112,7 +74,7 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-update": {
|
"nixpkgs-update": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"mmdoc": "mmdoc",
|
"mmdoc": [],
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
|
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.url = "github:ryantm/nixpkgs-update-github-releases";
|
||||||
nixpkgs-update-github-releases.flake = false;
|
nixpkgs-update-github-releases.flake = false;
|
||||||
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";
|
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue