Remove perl from package templates

This commit is contained in:
Timothy J. Aveni
2026-06-27 20:48:53 -07:00
parent bc13809024
commit 8b149378e6
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
flake-utils.url = "github:numtide/flake-utils";
quixosNixHelpers = {
url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?rev=f33eee054f4a99c9ae35b1553720c0e235e041dc";
url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?rev=e0874093f284d255bf2a5458a516f22fb71e8f45";
flake = false;
};
@@ -52,7 +52,7 @@ load_deps() {
while IFS= read -r dep; do
deps+=("$dep")
done < <(
perl -ne 'while(/\bpackageSchema_([A-Za-z0-9_-]+)\b/g){print "$1\n"}' "$flake_path" | sort -u
grep -Eoh 'packageSchema_[A-Za-z0-9_-]+' "$flake_path" | sed 's/^packageSchema_//' | sort -u
)
fi
}
+1 -1
View File
@@ -6,7 +6,7 @@
flake-utils.url = "github:numtide/flake-utils";
quixosNixHelpers = {
url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?rev=f33eee054f4a99c9ae35b1553720c0e235e041dc";
url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?rev=e0874093f284d255bf2a5458a516f22fb71e8f45";
flake = false;
};
};
+1 -1
View File
@@ -52,7 +52,7 @@ load_deps() {
while IFS= read -r dep; do
deps+=("$dep")
done < <(
perl -ne 'while(/\bpackageSchema_([A-Za-z0-9_-]+)\b/g){print "$1\n"}' "$flake_path" | sort -u
grep -Eoh 'packageSchema_[A-Za-z0-9_-]+' "$flake_path" | sed 's/^packageSchema_//' | sort -u
)
fi
}