my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/services/pds: use nixpkgs version

isabel febf658e d1afd75c

-25
-25
modules/nixos/services/pds/default.nix
··· 44 44 enable = true; 45 45 pdsadmin.enable = true; 46 46 47 - package = pkgs.bluesky-pds.overrideAttrs ( 48 - finalAttrs: _: { 49 - version = "0.4.179"; 50 - src = pkgs.fetchFromGitea { 51 - domain = "git.isabelroses.com"; 52 - owner = "isabel"; 53 - repo = "pds"; 54 - rev = "5c1eeb428d4d459c9fdaa266d334fbedfd60efe6"; 55 - hash = "sha256-QmD/S5PSmCcJJGiN+Ie8aEs2VWLaYCBIQFeRFOkRveQ="; 56 - forceFetchGit = true; 57 - }; 58 - 59 - pnpmDeps = pkgs.pnpm_9.fetchDeps { 60 - inherit (finalAttrs) 61 - pname 62 - version 63 - src 64 - sourceRoot 65 - ; 66 - fetcherVersion = 2; 67 - hash = "sha256-zVCCtn/AKAMReVlzhPojuMb8EXFh8GpvBNVO+TD8/sU="; 68 - }; 69 - } 70 - ); 71 - 72 47 environmentFiles = [ config.sops.secrets.pds-env.path ]; 73 48 74 49 settings = {