From 8ffbd538185192835d696a548a66b689b618907d Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 21 Mar 2023 15:56:35 -0400 Subject: [PATCH] Remove unused variable --- modules/machine-info.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/machine-info.nix b/modules/machine-info.nix index a30f2a1..eccdaa1 100644 --- a/modules/machine-info.nix +++ b/modules/machine-info.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }@nixpkgs: with lib; { +{ config, pkgs, lib, ... }: with lib; { options.environment.machineInfo = mkOption { description = lib.mdDoc '' Machine metadata, including stylized hostname, computer icon, etc.