fix inputs being missing

This commit is contained in:
waveringana 2025-06-04 03:11:59 -04:00
parent bf865e243c
commit 256ac491c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# hosts/valefar/configuration.nix (or default.nix)
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, modulesPath, inputs, ... }:
{
imports = [

View file

@ -1,5 +1,5 @@
# hosts/valefar/configuration.nix (or default.nix)
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, modulesPath, inputs, ... }:
{
imports = [