Skip to content

Commit

Permalink
refactor: make Darwin configs more composable (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-gelinas authored May 22, 2024
1 parent 2c43bcb commit 5d2f5c0
Show file tree
Hide file tree
Showing 39 changed files with 680 additions and 415 deletions.
2 changes: 1 addition & 1 deletion .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": ""
},
"CHECKS": {
"regexp": "^(feat|fix|docs|test|ci|chore)(\\(.*\\))?:.*$"
"regexp": "^(feat|fix|build|chore|ci|docs|style|refactor|perf|test)(\\(.*\\))?:.*$"
},
"MESSAGES": {
"success": "PR title is valid.",
Expand Down
22 changes: 22 additions & 0 deletions _sources/generated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"gh-poi": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "gh-poi",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "seachicken",
"repo": "gh-poi",
"rev": "v0.9.10",
"sha256": "sha256-0QzCXja1UXPEC8JQIXH9Dl4PPKzqWgIy13FCYxEqggA=",
"type": "github"
},
"version": "v0.9.10"
}
}
20 changes: 20 additions & 0 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was generated by nvfetcher, please do not modify it manually.
{
fetchgit,
fetchurl,
fetchFromGitHub,
dockerTools,
}:
{
gh-poi = {
pname = "gh-poi";
version = "v0.9.10";
src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v0.9.10";
fetchSubmodules = false;
sha256 = "sha256-0QzCXja1UXPEC8JQIXH9Dl4PPKzqWgIy13FCYxEqggA=";
};
};
}
Loading

0 comments on commit 5d2f5c0

Please sign in to comment.