nixos/tests/ihatemoney.nix: run nixpkgs-fmt

now indentation is perfect
This commit is contained in:
Symphorien Gibol 2020-01-05 12:00:00 +00:00
parent b8b9e7be6d
commit 665fee312a

View File

@ -1,11 +1,13 @@
{ system ? builtins.currentSystem, { system ? builtins.currentSystem
config ? {}, , config ? {}
pkgs ? import ../.. { inherit system config; } , pkgs ? import ../.. { inherit system config; }
}: }:
let let
inherit (import ../lib/testing.nix { inherit system pkgs; }) makeTest; inherit (import ../lib/testing.nix { inherit system pkgs; }) makeTest;
in map (backend: makeTest { in
map (
backend: makeTest {
name = "ihatemoney-${backend}"; name = "ihatemoney-${backend}";
machine = { lib, ... }: { machine = { lib, ... }: {
services.ihatemoney = { services.ihatemoney = {
@ -46,4 +48,5 @@ in map (backend: makeTest {
die unless $timestamp eq $timestamp2; die unless $timestamp eq $timestamp2;
$machine->succeed("curl http://localhost:8000 | grep ihatemoney"); $machine->succeed("curl http://localhost:8000 | grep ihatemoney");
''; '';
}) [ "sqlite" "postgresql" ] }
) [ "sqlite" "postgresql" ]