docs: add instructions for testing custom wrapper-manager modules

This commit is contained in:
Gabriel Arazas 2024-09-04 14:49:51 +08:00
parent cf9878590d
commit 1e13478c7b
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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
----