treewide: run nixfmt 1.0.0
This commit is contained in:
@@ -67,22 +67,21 @@ import ../make-test-python.nix {
|
||||
}
|
||||
);
|
||||
|
||||
systemd.services.${serviceName} =
|
||||
{
|
||||
inherit description;
|
||||
requiredBy = [ "multi-user.target" ];
|
||||
confinement = (config.confinement or { }) // {
|
||||
enable = true;
|
||||
};
|
||||
serviceConfig = (config.serviceConfig or { }) // {
|
||||
ExecStart = mkTest serviceName testScript;
|
||||
Type = "oneshot";
|
||||
};
|
||||
}
|
||||
// removeAttrs config [
|
||||
"confinement"
|
||||
"serviceConfig"
|
||||
];
|
||||
systemd.services.${serviceName} = {
|
||||
inherit description;
|
||||
requiredBy = [ "multi-user.target" ];
|
||||
confinement = (config.confinement or { }) // {
|
||||
enable = true;
|
||||
};
|
||||
serviceConfig = (config.serviceConfig or { }) // {
|
||||
ExecStart = mkTest serviceName testScript;
|
||||
Type = "oneshot";
|
||||
};
|
||||
}
|
||||
// removeAttrs config [
|
||||
"confinement"
|
||||
"serviceConfig"
|
||||
];
|
||||
};
|
||||
|
||||
parametrisedTests =
|
||||
|
||||
Reference in New Issue
Block a user