nixos/tests: add gnome-installed-tests with builder function
The test script is also ported to python.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ pkgs, makeInstalledTest, ... }:
|
||||
|
||||
makeInstalledTest {
|
||||
tested = pkgs.gjs;
|
||||
withX11 = true;
|
||||
}
|
||||
Reference in New Issue
Block a user