http://pkgs.tgirl.cloud/
4
fork

Configure Feed

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

blahaj: update

+5 -4
+1
modules/nixos/blahaj.nix
··· 36 36 Type = "simple"; 37 37 DynamicUser = true; 38 38 EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile; 39 + StateDirectory = "blahaj"; 39 40 ExecStart = lib.getExe cfg.package; 40 41 Restart = "always"; 41 42
+4 -4
pkgs/bl/blahaj/package.nix
··· 8 8 }: 9 9 rustPlatform.buildRustPackage (finalAttrs: { 10 10 pname = "blahaj"; 11 - version = "0-unstable-2025-11-26"; 11 + version = "0-unstable-2025-11-30"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "isabelroses"; 15 15 repo = "blahaj"; 16 - rev = "f6166143a985de64374f9b932862f72f5d491fbd"; 17 - hash = "sha256-VMmh2fS9Z80blbLzPx8gg6bunKc5etnzlGwKaIyg3oI="; 16 + rev = "298d4a9a84987ea918a198e95d77657cf2b88e48"; 17 + hash = "sha256-kQhmsioSu+Ex/PLOtT4Co/nBYL/JOxci4brzjZXlG1o="; 18 18 }; 19 19 20 - cargoHash = "sha256-OJZyQBH35MYejLDBB0fOM36VnCVpTa28tLoIa4A5yR4="; 20 + cargoHash = "sha256-IL7RWlfZ/U5ldKwzVeziKJwscCWTl+ffqTl/R+iNvBg="; 21 21 22 22 buildInputs = [ openssl ]; 23 23 nativeBuildInputs = [ pkg-config ];