containers: fix for NixOS 26.05

This commit is contained in:
Jonas Nick
2026-08-08 06:54:06 +00:00
parent e8328251af
commit 8f7dcb6e2a
7 changed files with 49 additions and 3 deletions
+6 -1
View File
@@ -332,7 +332,12 @@ all() {
shellcheck
examples
flake
nixosSearch
# FIXME: Re-enable when the nixos-search input is usable again.
# It is currently at a rev whose flake-info resolves nixpkgs via
# `builtins.getFlake` instead of NIX_PATH, which breaks our postPatch and
# both runners. See ../dev/known-issues/nixos-search-flake-migration.md.
# Run explicitly with `./run-tests.sh nixosSearch`.
# nixosSearch
}
# An alias for buildTest