nixt icon indicating copy to clipboard operation
nixt copied to clipboard

Documentation

Open dustinlacewell opened this issue 3 years ago • 2 comments

Looking for suggestions on how to handle documentation for Nixt.

dustinlacewell avatar Dec 15 '21 07:12 dustinlacewell

{ pkgs ? import <nixpkgs> {}, nixt }:

nixt.mkSuite "always passes" {
  "always true" = true;

  "can use lib" = ("hello,world" == pkgs.lib.concatStrings ["hello," "world"]);
}

keithy avatar Mar 16 '22 23:03 keithy

We can use std's mdbook integration. https://std.divnix.com/reference/lib.html?search=mdbook

Lord-Valen avatar Apr 19 '23 21:04 Lord-Valen