tests: add shellcheckServices
This commit is contained in:
parent
01fa900633
commit
c3b97e6728
4 changed files with 139 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
imports = [
|
||||
./shellcheck-services.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
test = {
|
||||
noConnections = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue