about summary refs log tree commit diff
path: root/nixos/tests/convos.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-17nixosTests.convos: Fix missing port variableRobert Hensing1-1/+1
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-1/+1
Fix some fallout from de3e423 (PR #171280).
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-25nixos/tests/convos: Use curl --failScott Worley1-1/+1
2020-06-22nixos/convos: add testStig Palmquist1-0/+30