From 77deb9e0d7d72761e09436376d4c5f5857bde5c4 Mon Sep 17 00:00:00 2001 From: Lulusilly Date: Mon, 8 Sep 2025 19:31:25 -0400 Subject: [PATCH] Forgot the colon after the first list in common.nix --- .config/nix/hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index 4df4582..37ba542 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... } +{ config, lib, pkgs, inputs, ... }: { # Enable automatic system updates