Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ in { darling = handleTest ./darling.nix {}; darling-dmg = runTest ./darling-dmg.nix; dae = handleTest ./dae.nix {}; davis = handleTest ./davis.nix {}; davis = runTest ./davis.nix; db-rest = handleTest ./db-rest.nix {}; dconf = handleTest ./dconf.nix {}; ddns-updater = handleTest ./ddns-updater.nix {}; Loading nixos/tests/davis.nix +47 −50 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, pkgs, ... }: { pkgs, ... }: { name = "davis"; Loading Loading @@ -56,4 +54,3 @@ import ./make-test-python.nix ( ) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ in { darling = handleTest ./darling.nix {}; darling-dmg = runTest ./darling-dmg.nix; dae = handleTest ./dae.nix {}; davis = handleTest ./davis.nix {}; davis = runTest ./davis.nix; db-rest = handleTest ./db-rest.nix {}; dconf = handleTest ./dconf.nix {}; ddns-updater = handleTest ./ddns-updater.nix {}; Loading
nixos/tests/davis.nix +47 −50 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, pkgs, ... }: { pkgs, ... }: { name = "davis"; Loading Loading @@ -56,4 +54,3 @@ import ./make-test-python.nix ( ) ''; } )