commit f6ee7fb122299ff76da52af351262575811493e2
parent 636d61d1965d3653f3a080e9419deb58883ce1b4
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 9 Dec 2023 16:10:18 +0100
move to upstream nixpkgs for discourse
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -5,7 +5,7 @@
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
#nixpkgs.url = "github:nixos/nixpkgs/672430223ef43060b460321b50a2e17628c7d8cd";
- nixpkgs-discourse.url = "github:MTRNord/nixpkgs/beee2842bdc9281c94c95ea9c89f20b3da53ffd3";
+ #nixpkgs-discourse.url = "github:MTRNord/nixpkgs/beee2842bdc9281c94c95ea9c89f20b3da53ffd3";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -37,7 +37,7 @@
self,
nixpkgs,
nixpkgs-unstable,
- nixpkgs-discourse,
+ #nixpkgs-discourse,
home-manager,
sops-nix,
docker-utils,
diff --git a/nixos/common/lib/discourse.nix b/nixos/common/lib/discourse.nix
@@ -6,7 +6,7 @@
...
}: {
services.discourse = {
- package = inputs.nixpkgs-discourse.legacyPackages.${pkgs.system}.discourse;
+ #package = inputs.nixpkgs-discourse.legacyPackages.${pkgs.system}.discourse;
enable = true;
database = {
host = "postgres.internal.midnightthoughts.space";