Move almost everything over to Nix

Eliminate Xonsh usage
Eliminate usage of the supports.yml files for default.nix
Point ISOs directly to MinIO URLs instead
This commit is contained in:
Greg Hellings
2024-06-26 16:00:57 -05:00
parent 2d124c652a
commit 832c901b9b
37 changed files with 210 additions and 434 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -eo pipefail
files=()
# These files are always out of date
rm -f cache/*latest* cache/*Rawhide*
rm -f cache/*latest* cache/*Rawhide* cache/openSUSE*Current*
# shellcheck disable=SC2044
for vars in $(find distros/ -name '*.pkrvars.hcl'); do