mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
79a8a723b9
commit
6a31e09833
2 changed files with 65 additions and 67 deletions
|
@ -551,7 +551,7 @@ in
|
||||||
grav = runTest ./web-apps/grav.nix;
|
grav = runTest ./web-apps/grav.nix;
|
||||||
graylog = handleTest ./graylog.nix { };
|
graylog = handleTest ./graylog.nix { };
|
||||||
greetd-no-shadow = handleTest ./greetd-no-shadow.nix { };
|
greetd-no-shadow = handleTest ./greetd-no-shadow.nix { };
|
||||||
grocy = handleTest ./grocy.nix { };
|
grocy = runTest ./grocy.nix;
|
||||||
grow-partition = runTest ./grow-partition.nix;
|
grow-partition = runTest ./grow-partition.nix;
|
||||||
grub = handleTest ./grub.nix { };
|
grub = handleTest ./grub.nix { };
|
||||||
guacamole-server = handleTest ./guacamole-server.nix { };
|
guacamole-server = handleTest ./guacamole-server.nix { };
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "grocy";
|
name = "grocy";
|
||||||
|
@ -78,4 +77,3 @@ import ./make-test-python.nix (
|
||||||
machine.shutdown()
|
machine.shutdown()
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue