From 1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 23:54:14 +0200 Subject: fix(modules/atuin): Avoid setting `common_subcommands` This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it. --- modules/by-name/at/atuin/module.nix | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'modules/by-name/at') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 76f0df05..2ae6f791 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -53,31 +53,6 @@ in { update_check = false; stats = { - # Commands with subcommands - # This list contains the defaults plus `nix` - common_subcommands = [ - "apt" - "cargo" - "composer" - "dnf" - "docker" - "git" - "go" - "ip" - "kubectl" - "nix" - "nix" - "nmcli" - "npm" - "pecl" - "pnpm" - "podman" - "port" - "systemctl" - "tmux" - "yarn" - ]; - # This overrides the default value. ignored_commands = []; }; -- cgit 1.4.1