tests: add shellcheckServices

This commit is contained in:
Erik Arvstedt 2022-09-05 18:12:09 +02:00 committed by Otto Sabart
parent 01fa900633
commit c3b97e6728
No known key found for this signature in database
GPG key ID: 823BAE99F8BE1E3C
4 changed files with 139 additions and 1 deletions

View file

@ -1,6 +1,10 @@
{ config, lib, ... }:
with lib;
{
imports = [
./shellcheck-services.nix
];
options = {
test = {
noConnections = mkOption {