add various module docstrings
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
"""Module for rendering NixOS options documentation from JSON format."""
|
||||||
|
|
||||||
# Options are available in the following format:
|
# Options are available in the following format:
|
||||||
# https://github.com/nixos/nixpkgs/blob/master/nixos/lib/make-options-doc/default.nix
|
# https://github.com/nixos/nixpkgs/blob/master/nixos/lib/make-options-doc/default.nix
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
"""Test driver for container-based NixOS testing."""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import ctypes
|
import ctypes
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user