diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-26T14·35+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-26T14·39+0000 |
commit | 5d6de14d78ee6c89f488abccf1c9c81091e2f4b7 (patch) | |
tree | 27aea128d9f65a2b43b1bba5e4e3df31e96872f9 | |
parent | e4f2797e01231d46b85b5ee9d975e5bec9513ee2 (diff) |
chore(bin): Remove some unused binary symlinks r/3868
Change-Id: I5a23cfb991f3bb64c19280ef2ecc1b7cf2e5edf9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5327 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
-rwxr-xr-x | bin/__dispatch.sh | 12 | ||||
l--------- | bin/kontemplate | 1 | ||||
l--------- | bin/meson | 1 | ||||
l--------- | bin/ninja | 1 | ||||
l--------- | bin/perf-flamegraph | 1 |
5 files changed, 0 insertions, 16 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index a6a945ad19b2..7983394cc38b 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -31,24 +31,12 @@ case "${TARGET_TOOL}" in hash-password) attr="tools.hash-password" ;; - kontemplate) - attr="ops.kontemplate" - ;; - meson) - attr="third_party.nixpkgs.meson" - ;; mg) attr="tools.magrathea" ;; - ninja) - attr="third_party.nixpkgs.ninja" - ;; nint) attr="nix.nint" ;; - perf-flamegraph) - attr="tools.perf-flamegraph" - ;; rebuild-system) attr="ops.nixos.rebuild-system" ;; diff --git a/bin/kontemplate b/bin/kontemplate deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/bin/kontemplate +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file diff --git a/bin/meson b/bin/meson deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/bin/meson +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file diff --git a/bin/ninja b/bin/ninja deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/bin/ninja +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file diff --git a/bin/perf-flamegraph b/bin/perf-flamegraph deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/bin/perf-flamegraph +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file |