From d64c5d8f3de8367c33a3871f87f28f60bd5b9997 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 12:06:34 -0500 Subject: [PATCH] Unused variable. --- nixos/telperion/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/telperion/hardware-configuration.nix b/nixos/telperion/hardware-configuration.nix index 58b4cb8..f52381d 100644 --- a/nixos/telperion/hardware-configuration.nix +++ b/nixos/telperion/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, modulesPath, ... }: { imports =