Files
lix/tests/functional2/flakes/common.py
T
eldritch horrors 762a28a698 testing: migrate non-pty bits of flakes/show.sh
Change-Id: I4884fd34fa485f9f91281dc3efd69dedd3aad3d9
2026-02-17 16:00:59 +01:00

9 lines
309 B
Python

from testlib.utils import FileDeclaration, get_global_asset_pack, CopyTemplate
from testlib.environ import environ
def simple_flake() -> FileDeclaration:
return get_global_asset_pack("simple-drv") | {
"flake.nix": CopyTemplate("assets/simple-flake.nix", {"system": environ.get("system")})
}