From a642257fb33d9b0fdaef04c48cfde5debd076cc9 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 18 Jan 2026 18:22:16 -0600 Subject: [PATCH] fix remote build --- default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.nix b/default.nix index c342987..91a17bd 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs, ... }: { +{ lib, pkgs, inputs, ... }: { options.sysconfig.remoteBuildClient = with lib; mkOption { type = with types; bool; @@ -15,7 +15,6 @@ extraSpecialArgs = { inherit inputs; }; sharedModules = [ inputs.sops-nix.homeManagerModules.sops - inputs.home-manager-config ]; config = { config, lib, pkgs, ... }: { imports = [