From 757189c8cb8a81422d8e8cced3634afdba2fa1ee Mon Sep 17 00:00:00 2001 From: "Jokiller230 Jokiller230@users.noreply.github.com" Date: Thu, 22 May 2025 22:23:39 +0000 Subject: [PATCH] Remove dead Nix code --- systems/x86_64-nixos/puzzlevision/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-nixos/puzzlevision/hardware.nix b/systems/x86_64-nixos/puzzlevision/hardware.nix index 5cc295c..62a959f 100644 --- a/systems/x86_64-nixos/puzzlevision/hardware.nix +++ b/systems/x86_64-nixos/puzzlevision/hardware.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 =