this repo has no description
4
fork

Configure Feed

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

refactor(wolumonde): use hash from the nsid-tracker src instead of setting our own

dusk c1978e90 acc61803

+1 -5
+1 -5
hosts/wolumonde/modules/nsid-tracker.nix
··· 5 5 ... 6 6 }: 7 7 let 8 - client-modules = 9 - (pkgs.callPackage "${inputs.nsid-tracker}/nix/client-modules.nix" { }).overrideAttrs 10 - (_: { 11 - outputHash = "sha256-TzTafbNTng/mMyf0yR9Rc6XS9/zzipwmK9SUWm2XxeY="; 12 - }); 8 + client-modules = pkgs.callPackage "${inputs.nsid-tracker}/nix/client-modules.nix" { }; 13 9 client = pkgs.callPackage "${inputs.nsid-tracker}/nix/client.nix" { 14 10 PUBLIC_API_URL = "gaze.systems/nsid-tracker/api"; 15 11 inherit client-modules;