try this
This commit is contained in:
parent
cd183d2135
commit
360c6779b6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs',
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# The hostname that will appear in your user and room IDs
|
# 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
|
# 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 = inputs.conduit.packages.${pkgs.system}.default;
|
package = inputs'.conduit.packages.default;
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue