Files
nix-config/pyproject.toml
T

16 lines
489 B
TOML

[project]
name = "archlinux-config"
version = "0.0.0"
requires-python = ">=3.13"
[dependency-groups]
dev = ["decman", "decman-pacman", "decman-systemd"]
[tool.uv.sources]
decman = { git = "https://github.com/kiviktnm/decman.git" }
decman-pacman = { git = "https://github.com/kiviktnm/decman.git", subdirectory = "plugins/decman-pacman" }
decman-systemd = { git = "https://github.com/kiviktnm/decman.git", subdirectory = "plugins/decman-systemd" }
[tool.ty.environment]
python = ".venv"