maintainers/scripts/hydra_eval_check: drop

Ancient and seemingly unused. Doesn’t check, e.g. `aarch64-linux`,
`aarch64-darwin`, or even `x86_64-freebsd`.
This commit is contained in:
Emily
2026-02-18 05:42:07 +00:00
parent 54f68e828f
commit d9fabb08dd
-13
View File
@@ -1,13 +0,0 @@
#! /bin/sh
# give absolute path of release.nix as argument
hydra_eval_jobs \
--argstr system x86_64-linux \
--argstr system i686-linux \
--argstr system x86_64-darwin \
--argstr system i686-cygwin \
--argstr system x86_64-cygwin \
--argstr system i686-freebsd \
--arg officialRelease false \
--arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \
$@