From fc9f785942e65e09fd64da1060b1811409a8d623 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 15 Jun 2024 14:38:46 -0700 Subject: Add missing argument --- hosts/common/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/core/default.nix') diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index e0a450a..515cbd9 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -1,4 +1,4 @@ -{ inputs, outputs, pkgs, ... }: { +{ config, inputs, outputs, pkgs, ... }: { imports = [ ./locale.nix ./nix.nix -- cgit v1.2.3