Skip to content
Snippets Groups Projects
Commit c837bf75 authored by kloenk's avatar kloenk
Browse files

add b4 overlay for custom cover letter strategy

parent 95428198
Branches
No related tags found
No related merge requests found
......@@ -36,6 +36,17 @@ in {
format = "qcow2";
};
b4 = prev.b4.overrideAttrs (oldAttrs: {
version = "cover-strategy-notes";
src = final.fetchFromGitLab {
owner = "kloenk";
repo = "b4";
rev = "cover-strategy-notes";
domain = "cyberchaos.dev";
hash = "sha256-pTtW+3RYMj7Bt6pSXxVK8qxwaPpmY9QBr1TZ1Vi95zo=";
};
});
# helix = prev.helix.overrideAttrs
# (oldAttrs: rec { patches = oldAttrs.patches ++ [ ./helix-etc.patch ]; });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment