1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00

k9s: fix unnecessary test dependency

This commit is contained in:
Robert Helgesson 2024-01-22 00:16:25 +01:00 committed by Mikilio
parent 881a15fafa
commit 6d2e504d9a
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F
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 \