chore(nix): move rustSimple from users.Profpatsch.writers
I think it’s solid enough to use in a wider context. Change-Id: If53e8bbb6b90fa88d73fb42730db470e822ea182 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3055 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
7e888c3c7b
commit
eb41eef612
14 changed files with 184 additions and 158 deletions
|
|
@ -6,7 +6,7 @@ let
|
|||
// depot.nix.getBins pkgs.bc [ "bc" ]
|
||||
// depot.nix.getBins pkgs.ocamlPackages.sexp [ "sexp" ];
|
||||
|
||||
print-ast = depot.users.Profpatsch.writers.rustSimple {
|
||||
print-ast = depot.nix.writers.rustSimple {
|
||||
name = "print-ast";
|
||||
dependencies = with depot.third_party.rust-crates; [
|
||||
libloading
|
||||
|
|
@ -58,7 +58,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
watch-file-modified = depot.users.Profpatsch.writers.rustSimple {
|
||||
watch-file-modified = depot.nix.writers.rustSimple {
|
||||
name = "watch-file-modified";
|
||||
dependencies = [
|
||||
depot.third_party.rust-crates.inotify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue