ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
at stable 12 lines 261 B view raw
1# SPDX-License-Identifier: AGPL-3.0-or-later 2# Copyright 2024-2025 wire Contributors 3 4{ 5 wire.testing.test_stdin = { 6 nodes.deployer = { 7 _wire.deployer = true; 8 _wire.receiver = true; 9 }; 10 testScript = builtins.readFile ./script.py; 11 }; 12}