Your one-stop-cake-shop for everything Freshly Baked has to offer

feat: upgrade pds #36

closed opened by a.starrysky.fyi targeting main from private/minion/push-skzxlxrvsspp

We want to add some patches to our PDS to enable SSO - and those patches need us to be on a later version. Therefore, let's upgrade!

bluesky-pds is packaged in a rather interesting way

  • The vast majority of the code is in a different repo which is normally fetched with pnpm - we need to twist stuff so that we build it with nix
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3lzjnhwg4xn22
+9 -2
Interdiff #0 โ†’ #1
packetmix/npins/sources.json

This file has not been changed.

packetmix/packages/bluesky-pds/default.nix

This file has not been changed.

packetmix/packages/default.nix

This file has not been changed.

+9 -2
packetmix/systems/teal/pds.nix
··· 2 2 # 3 3 # SPDX-License-Identifier: MIT 4 4 5 - { project, pkgs, system, ... }: 6 5 { 6 + project, 7 + pkgs, 8 + system, 9 + ... 10 + }: 11 + { 7 12 disabledModules = [ "services/web-apps/pds.nix" ]; 8 - imports = [ "${project.inputs.nixos-unstable.src}/nixos/modules/services/web-apps/bluesky-pds.nix" ]; 13 + imports = [ 14 + "${project.inputs.nixos-unstable.src}/nixos/modules/services/web-apps/bluesky-pds.nix" 15 + ]; 9 16 10 17 nixpkgs.overlays = [ 11 18 (final: prev: {

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat: upgrade pds
expand 0 comments
closed without merging
1 commit
expand
feat: upgrade pds
expand 0 comments