parent
79a8a723b9
commit
6a31e09833
@ -551,7 +551,7 @@ in
|
||||
grav = runTest ./web-apps/grav.nix;
|
||||
graylog = handleTest ./graylog.nix { };
|
||||
greetd-no-shadow = handleTest ./greetd-no-shadow.nix { };
|
||||
grocy = handleTest ./grocy.nix { };
|
||||
grocy = runTest ./grocy.nix;
|
||||
grow-partition = runTest ./grow-partition.nix;
|
||||
grub = handleTest ./grub.nix { };
|
||||
guacamole-server = handleTest ./guacamole-server.nix { };
|
||||
|
@ -1,4 +1,3 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "grocy";
|
||||
@ -78,4 +77,3 @@ import ./make-test-python.nix (
|
||||
machine.shutdown()
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user