From 5809269e0d0cbc7b24460b376d48a7c1e72c6a07 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 17 Jul 2025 21:34:12 +0000 Subject: [PATCH] Compilation fix. --- nodes/hosts/nixwork/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/nixwork/configuration.nix b/nodes/hosts/nixwork/configuration.nix index 4872daa..9ffe568 100644 --- a/nodes/hosts/nixwork/configuration.nix +++ b/nodes/hosts/nixwork/configuration.nix @@ -2,7 +2,7 @@ # 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 =