mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
tests: avoid removed acd-cli package
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
programs.acd-cli = {
|
||||
enable = true;
|
||||
# nixpkgs removed acd-cli; this test only exercises config generation.
|
||||
package = null;
|
||||
cliSettings = {
|
||||
download = {
|
||||
keep_corrupt = false;
|
||||
|
||||
Reference in New Issue
Block a user