ALPHA: wire is a tool to deploy nixos systems
wire.althaea.zone/
1[project]
2name = "wire-vm-tests"
3version = "0.0.0"
4requires-python = ">=3.13"
5dependencies = [
6 "colorama>=0.4.6",
7 "ipython>=9.8.0",
8 "junit-xml>=1.9",
9 "nixos-test-driver",
10 "ptpython>=3.0.32",
11 "remote-pdb>=2.1.0",
12]
13
14[tool.uv.sources]
15nixos-test-driver = { git = "https://github.com/NixOS/nixpkgs", subdirectory = "nixos/lib/test-driver/src", branch = "nixos-25.11" }
16
17[dependency-groups]
18dev = ["ty>=0.0.4"]