diff options
| author | Mel <einebeere@gmail.com> | 2024-12-04 04:31:55 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-04 04:31:55 +0100 |
| commit | c5364de431203671106fd7e66a27a4c1e932c1f3 (patch) | |
| tree | e425cb12a307582a440611513c63635a2541a5b8 /pkgs/default.nix | |
| parent | fa964a8d1ab2dc83386f457b51b2de87b68cbe70 (diff) | |
| download | network-c5364de431203671106fd7e66a27a4c1e932c1f3.tar.zst network-c5364de431203671106fd7e66a27a4c1e932c1f3.zip | |
Host bare-bones Bluesky PDS service
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 7dd2d9b..f5e83a9 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -3,6 +3,8 @@ { common = with pkgs; lib.recurseIntoAttrs (callPackage ./common.nix { }); + bluesky = with pkgs; lib.recurseIntoAttrs (callPackage ./bluesky { }); + youcompleteme = pkgs.callPackage ./youcompleteme.nix { }; inherit (pkgs.callPackages ./jellyfin-edited.nix { |
