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;