modifying how counduit upstream names some stuff

This commit is contained in:
rotterdam 2023-03-28 17:17:53 -03:00
parent 8b33ac8434
commit 0cf2d90b72

View file

@ -1,6 +1,6 @@
{ config { config
, pkgs , pkgs
, flake-inputs , inputs
, ... , ...
}: }:
@ -47,7 +47,7 @@ in
# This causes NixOS to use the flake defined in this repository instead of # This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs. # the build of Conduit built into nixpkgs.
package = flake-inputs.conduit.packages.${pkgs.system}.default; package = inputs.conduit.packages.${pkgs.system}.default;
settings.global = { settings.global = {
inherit server_name; inherit server_name;