mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
fusuma: avoid unnecessary dependency in test
This commit is contained in:
parent
472e67d1bb
commit
8eb7c009f0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
services.fusuma = {
|
services.fusuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = config.lib.test.mkStubPackage { outPath = "@fusuma@"; };
|
||||||
extraPackages = [ (config.lib.test.mkStubPackage { }) ];
|
extraPackages = [ (config.lib.test.mkStubPackage { }) ];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue