From d2eb0e542fc191f9dd2f811aebf8a9348e0fa012 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 17 Jul 2025 21:33:08 +0000 Subject: [PATCH] Compilation fix. --- nodes/hosts/nixwork/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/hosts/nixwork/configuration.nix b/nodes/hosts/nixwork/configuration.nix index e540847..4872daa 100644 --- a/nodes/hosts/nixwork/configuration.nix +++ b/nodes/hosts/nixwork/configuration.nix @@ -2,13 +2,13 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ inputs, ... }: +{ ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - nixos-hardware.nixosModules.framework-16-7040-amd + inputs.nixos-hardware.nixosModules.framework-16-7040-amd ./programs/sof-firmware.nix # Not working yet. ./services/fprintd.nix