mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
rio: use stub package for all test cases
This commit is contained in:
committed by
Austin Horstman
parent
3c16ac3646
commit
e22fb25cde
@@ -1,5 +1,7 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.rio.enable = true;
|
||||
programs.rio.package = config.lib.test.mkStubPackage { };
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/rio
|
||||
|
||||
Reference in New Issue
Block a user