aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 23:54:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 23:54:14 +0200
commit1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1 (patch)
tree289b2ddfe756532f93c6bc50de06b7af65242e0a /modules/by-name
parentfix(modules/atuin/secrets): Make encryption key shorter (diff)
downloadnixos-config-1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1.zip
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.
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/at/atuin/module.nix25
1 files changed, 0 insertions, 25 deletions
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 = [];
};