From 256ac491c8eae7aac5c3f144e5cb555e415cfaff Mon Sep 17 00:00:00 2001 From: waveringana Date: Wed, 4 Jun 2025 03:11:59 -0400 Subject: [PATCH] fix inputs being missing --- hosts/buer/default.nix | 2 +- hosts/valefar/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/buer/default.nix b/hosts/buer/default.nix index 30704f4..2c9f80c 100644 --- a/hosts/buer/default.nix +++ b/hosts/buer/default.nix @@ -1,5 +1,5 @@ # hosts/valefar/configuration.nix (or default.nix) -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, inputs, ... }: { imports = [ diff --git a/hosts/valefar/default.nix b/hosts/valefar/default.nix index ee388ca..dee611a 100644 --- a/hosts/valefar/default.nix +++ b/hosts/valefar/default.nix @@ -1,5 +1,5 @@ # hosts/valefar/configuration.nix (or default.nix) -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, inputs, ... }: { imports = [