remove unused variables with deadnix

This commit is contained in:
Jörg Thalheim
2023-12-25 21:14:17 +01:00
committed by mergify[bot]
parent 249a94e715
commit b7747f0f60
28 changed files with 20 additions and 39 deletions

View File

@@ -1,8 +1,5 @@
{ config, lib, pkgs, ...}:
{ config, lib, ...}:
with lib;
let
cfg = config.hardware.gpd.ppt;
in
{
imports = [
./..