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,5 +1,3 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/amd

View File

@@ -1,5 +1,3 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/amd

View File

@@ -1,7 +1,5 @@
{ lib, config, ... }:
let
inherit (config.boot) kernelPackages;
in {
{
imports = [
../../../common/cpu/amd
../../../common/gpu/amd

View File

@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, ... }:
{
imports = [

View File

@@ -1,7 +1,6 @@
{
lib,
config,
pkgs,
...
}: {
imports = [

View File

@@ -1,5 +1,3 @@
{ lib, ... }:
{
imports = [
../.