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:
parent
881a15fafa
commit
6d2e504d9a
2 changed files with 4 additions and 0 deletions
|
@ -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 ${
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue