nixt
nixt copied to clipboard
Documentation
Looking for suggestions on how to handle documentation for Nixt.
{ pkgs ? import <nixpkgs> {}, nixt }:
nixt.mkSuite "always passes" {
"always true" = true;
"can use lib" = ("hello,world" == pkgs.lib.concatStrings ["hello," "world"]);
}
We can use std's mdbook integration. https://std.divnix.com/reference/lib.html?search=mdbook