From e5099431030211ad12429fe337ccfdf09f12c5a0 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:51:16 -0600 Subject: [PATCH] add nixpkgs-caddy into swan --- hosts/swan/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/swan/default.nix b/hosts/swan/default.nix index cacd559..35b8732 100644 --- a/hosts/swan/default.nix +++ b/hosts/swan/default.nix @@ -8,9 +8,11 @@ ... }: -inputs.nixpkgs.lib.nixosSystem { +inputs.nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; - specialArgs = { }; + specialArgs = { + pkgs-caddy = import inputs.nixpkgs-caddy { inherit system; }; + }; modules = [ globals inputs.home-manager.nixosModules.home-manager