about summary refs log tree commit diff
path: root/nixos/tests/tigervnc.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-05nixosTests: Redirect stdout to stderr when detachingRobert Hensing1-3/+3
Avoids blocking on stdout.
2021-09-22nixos/tests: stdenv.lib -> librnhmjoj1-1/+1
These must have been reintroduced by mistake after the deprecation.
2021-07-20tigervnc, tightvnc: add basic testsIngo Blechschmidt1-0/+53
Co-Authored-By: Ingo Blechschmidt <iblech@web.de>