lol

mcaimi-st: add update script

Acid Bong f89c42fe f5594528

+5
+5
pkgs/by-name/mc/mcaimi-st/package.nix
··· 8 8 libXft, 9 9 ncurses, 10 10 pkg-config, 11 + nix-update-script, 11 12 }: 12 13 13 14 stdenv.mkDerivation { ··· 39 40 40 41 runHook postInstall 41 42 ''; 43 + 44 + passthru.updateScript = nix-update-script { 45 + extraArgs = [ "--version=branch" ]; 46 + }; 42 47 43 48 meta = { 44 49 homepage = "https://github.com/mcaimi/st";