From 883ca377cfaa45db70345705b2b698d7a5640995 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 17 Jul 2023 17:03:44 +0200 Subject: [PATCH] I'm giving up on the flake right now I can't remote build this shit --- flake.nix | 8 ++++---- hosts/chmura/conduit.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e60cf2d..a07d7b5 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - conduit = { - url = "gitlab:famedly/conduit"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + #conduit = { + # url = "gitlab:famedly/conduit"; + # inputs.nixpkgs.follows = "nixpkgs"; + #}; }; } diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index 0ffa51a..31896f3 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -7,7 +7,7 @@ services.matrix-conduit = { enable = true; - package = inputs.conduit.packages.${pkgs.system}.default; + #package = inputs.conduit.packages.${pkgs.system}.default; settings.global = { server_name = "jacekpoz.pl";