tests: add shellcheckServices
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{ config, lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
imports = [
|
||||
./shellcheck-services.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
test = {
|
||||
noConnections = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user