about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/__dispatch.sh17
l---------bin/rebuilder1
2 files changed, 7 insertions, 11 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index e304d86b79..0a049c1ecb 100755
--- a/bin/__dispatch.sh
+++ b/bin/__dispatch.sh
@@ -11,10 +11,10 @@ TARGET_TOOL=$(basename "$0")
 
 case "${TARGET_TOOL}" in
   age)
-    attr="third_party.age"
+    attr="third_party.nixpkgs-age"
     ;;
   age-keygen)
-    attr="third_party.age"
+    attr="third_party.nixpkgs.age"
     ;;
   depot-build)
     attr="tools.depot-build"
@@ -32,13 +32,13 @@ case "${TARGET_TOOL}" in
     attr="tools.hash-password"
     ;;
   kontemplate)
-    attr="kontemplate"
+    attr="ops.kontemplate"
     ;;
   meson)
-    attr="third_party.meson"
+    attr="third_party.nixpkgs.meson"
     ;;
   ninja)
-    attr="third_party.ninja"
+    attr="third_party.nixpkgs.ninja"
     ;;
   nint)
     attr="nix.nint"
@@ -49,14 +49,11 @@ case "${TARGET_TOOL}" in
   rebuild-system)
     attr="ops.nixos.rebuild-system"
     ;;
-  rebuilder)
-    attr="users.tazjin.nixos.rebuilder"
-    ;;
   rink)
-    attr="third_party.rink"
+    attr="third_party.nixpkgs.rink"
     ;;
   stern)
-    attr="third_party.stern"
+    attr="third_party.nixpkgs.stern"
     ;;
   *)
     echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
diff --git a/bin/rebuilder b/bin/rebuilder
deleted file mode 120000
index 8390ec9c96..0000000000
--- a/bin/rebuilder
+++ /dev/null
@@ -1 +0,0 @@
-__dispatch.sh
\ No newline at end of file