feat(wpcarro/slx.js): Support JavaScript simple-select impl
See README.md Change-Id: I6a50e34398c42aabe3cceba160be006f1867eca4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7874 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
0dfe460fbb
commit
509e356bb8
4 changed files with 86 additions and 41 deletions
11
users/wpcarro/slx.js/default.nix
Normal file
11
users/wpcarro/slx.js/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, depot, ... }:
|
||||
|
||||
(pkgs.writeText "source.txt" ''
|
||||
${depot.third_party.gitignoreSource ./.}
|
||||
'').overrideAttrs (_: {
|
||||
meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush {
|
||||
filter = ":/users/wpcarro/slx.js";
|
||||
remote = "git@github.com:wpcarro/slx.js.git";
|
||||
ref = "refs/heads/canon";
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue