2024-06-21 20:35:04 +00:00
|
|
|
{
|
2024-06-26 12:00:51 +00:00
|
|
|
description = "SelfPrivacy NixOS PoC modules/extensions/bundles/packages/etc";
|
2024-06-21 20:35:04 +00:00
|
|
|
|
|
|
|
|
2024-06-26 12:00:51 +00:00
|
|
|
inputs.bitwarden.url = git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git?ref=flakes&dir=sp-modules/bitwarden;
|
2024-06-21 20:35:04 +00:00
|
|
|
|
2024-06-26 12:00:51 +00:00
|
|
|
inputs.gitea.url = git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git?ref=flakes&dir=sp-modules/gitea;
|
2024-06-21 20:35:04 +00:00
|
|
|
|
2024-06-26 12:00:51 +00:00
|
|
|
inputs.jitsi-meet.url = git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git?ref=flakes&dir=sp-modules/jitsi-meet;
|
2024-06-21 20:35:04 +00:00
|
|
|
|
2024-06-26 12:00:51 +00:00
|
|
|
outputs = _: { };
|
2024-06-21 20:35:04 +00:00
|
|
|
}
|