From 1e13478c7bd6f28d39849404805d41b4d0ca7037 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 4 Sep 2024 14:49:51 +0800 Subject: [PATCH] docs: add instructions for testing custom wrapper-manager modules --- tests/README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/README.adoc b/tests/README.adoc index 9f538d66..9ee323f8 100644 --- a/tests/README.adoc +++ b/tests/README.adoc @@ -22,5 +22,10 @@ nix-shell --pure ./tests/modules/home-manager -A list # This is for the library. nix eval -f ./tests lib + +# This is for the wrapper-manager modules but it should be best done with the +# tests passthru attribute. We just don't have easy way of testing with them +# yet. +nix build -f ./tests/modules/wrapper-manager ----