re-work to use subcommands instead of flags
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M default.nix → default.nix
@@ -10,6 +10,7 @@ pname = "scriptura"; version = "0.0.1"; src = ./.; + doCheck = false; nativeCheckInputs = [ gnused ]; checkPlugins = [ fishtape_3 ]; checkPhase = ''