nixos-config/nix/verify/modules/default.nix
Ingolf Wagner c264db7f13
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 12m28s
📝 add documentation to verify flake module
2024-09-15 05:31:47 +07:00

9 lines
132 B
Nix

{ lib, ... }:
with lib;
with types;
{
# todo add commad option
# todo add remote command option
imports = [ ./closed.nix ];
}