remove mkFlakeView
shitty abstractions bad
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, mkDomain, flakes, ... }:
|
||||
{ config, pkgs, lib, mkDomain, ... }:
|
||||
|
||||
let
|
||||
cfg = config.services.docs-to-host;
|
||||
@@ -48,7 +48,7 @@ in
|
||||
services.docs-to-host.enable = mkEnableOption (lib.mdDoc "docs-to-host");
|
||||
services.docs-to-host.pagefind = {
|
||||
enable = mkEnableOption (lib.mdDoc "pagefind default on index of docs");
|
||||
package = mkPackageOptionMD flakes.unstable.pkgs "pagefind" { };
|
||||
package = mkPackageOptionMD pkgs.unstable "pagefind" { };
|
||||
};
|
||||
services.docs-to-host.docs = mkOption {
|
||||
type = types.listOf (types.submodule {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, lib, mkDomain, flakes, ... }:
|
||||
{ config, lib, mkDomain, inputs, ... }:
|
||||
|
||||
let
|
||||
myStickerPicker = flakes.maunium-stickerpicker-nix.createStickerPicker {
|
||||
myStickerPicker = inputs.maunium-stickerpicker-nix.createStickerPicker {
|
||||
#homeserver = "https://matrix.pvv.ntnu.no";
|
||||
#userId = "@stickerbot:my.matrix.server";
|
||||
## You should probably encrypt this with either agenix, sops-nix or whatever else
|
||||
|
||||
Reference in New Issue
Block a user