This commit is contained in:
Nathan McCarty 2025-02-12 02:51:39 -05:00
parent cd183d2135
commit 360c6779b6

View file

@ -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;