mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
fusuma: avoid unnecessary dependency in test
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{
|
||||
services.fusuma = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { outPath = "@fusuma@"; };
|
||||
extraPackages = [ (config.lib.test.mkStubPackage { }) ];
|
||||
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user