From 360c6779b6eab19eb27233678653502e7179f41a Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 12 Feb 2025 02:51:39 -0500 Subject: [PATCH] try this --- nixos/modules/conduit-stranger-systems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/conduit-stranger-systems.nix b/nixos/modules/conduit-stranger-systems.nix index ac9a0e0..5d139c1 100644 --- a/nixos/modules/conduit-stranger-systems.nix +++ b/nixos/modules/conduit-stranger-systems.nix @@ -1,7 +1,7 @@ { config, pkgs, - inputs, + inputs', ... }: let # The hostname that will appear in your user and room IDs @@ -22,7 +22,7 @@ in { # This causes NixOS to use the flake defined in this repository instead of # the build of Conduit built into nixpkgs. - package = inputs.conduit.packages.${pkgs.system}.default; + package = inputs'.conduit.packages.default; settings.global = { inherit server_name;