1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

rio: use stub package for all test cases

This commit is contained in:
Hoang Nguyen 2025-11-03 00:28:16 +07:00 committed by Austin Horstman
parent 3c16ac3646
commit e22fb25cde

View file

@ -1,5 +1,7 @@
{ config, ... }:
{ {
programs.rio.enable = true; programs.rio.enable = true;
programs.rio.package = config.lib.test.mkStubPackage { };
nmt.script = '' nmt.script = ''
assertPathNotExists home-files/.config/rio assertPathNotExists home-files/.config/rio