1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 21:43:34 +02:00

fusuma: avoid unnecessary dependency in test

This commit is contained in:
Robert Helgesson 2022-03-13 23:23:19 +01:00
parent 472e67d1bb
commit 8eb7c009f0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -3,6 +3,7 @@
{
services.fusuma = {
enable = true;
package = config.lib.test.mkStubPackage { outPath = "@fusuma@"; };
extraPackages = [ (config.lib.test.mkStubPackage { }) ];
settings = {