add various module docstrings

This commit is contained in:
Jörg Thalheim
2025-08-20 16:33:18 +02:00
parent 6e88046fd4
commit 76eb3c13e9
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
"""Module for rendering NixOS options documentation from JSON format."""
# Options are available in the following format:
# https://github.com/nixos/nixpkgs/blob/master/nixos/lib/make-options-doc/default.nix
#

View File

@@ -1,3 +1,5 @@
"""Test driver for container-based NixOS testing."""
import argparse
import ctypes
import os