1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 10:28:31 +02:00

k9s: fix unnecessary test dependency

This commit is contained in:
Robert Helgesson 2024-01-22 00:16:25 +01:00
parent 020399c287
commit 4af6720fff
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
}; };
}; };
test.stubs.k9s = { };
test.asserts.warnings.enable = true; test.asserts.warnings.enable = true;
test.asserts.warnings.expected = [ test.asserts.warnings.expected = [
"The option `programs.k9s.skin' defined in ${ "The option `programs.k9s.skin' defined in ${

View File

@ -44,6 +44,8 @@
}; };
}; };
test.stubs.k9s = { };
nmt.script = '' nmt.script = ''
assertFileExists home-files/.config/k9s/config.yaml assertFileExists home-files/.config/k9s/config.yaml
assertFileContent \ assertFileContent \