diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 16:22:17 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 16:22:17 +0200 |
commit | 64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3 (patch) | |
tree | 25e80327492bd47f58f5c1c29aca2fee413aa9f9 /hosts | |
parent | feat(flake): Add `deadnix` to the dev shell (diff) | |
download | nixos-config-64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3.zip |
refactor(treewide): Remove unneeded lambda arguments with deadnix
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/apzu/default.nix | 1 | ||||
-rw-r--r-- | hosts/tiamat/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 639f70ef..133342c3 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -2,7 +2,6 @@ lib, pkgs, baseLib, - config, ... }: { imports = [ diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 2447bb94..470f88cb 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -4,7 +4,6 @@ baseLib, qmk_firmware, system, - config, ... }: { imports = [ |