this repo has no description
2
fork

Configure Feed

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

make sure we secure

+2
+2
overlays/overrides.nix
··· 16 16 sublime-music 17 17 starship; 18 18 19 + #TODO: Secure SSL until nixpkgs catches up 20 + nginxStable = prev.nginxStable.override { openssl = pkgs.openssl_1_1; }; 19 21 20 22 haskellPackages = prev.haskellPackages.override 21 23 (old: {