cosmic-applibrary: remove unnecessary patch

This patch currently does nothing, so we can remove it

-4
-4
pkgs/by-name/co/cosmic-applibrary/package.nix
··· 40 40 "target/${stdenv.hostPlatform.rust.cargoShortTarget}" 41 41 ]; 42 42 43 - postPatch = '' 44 - substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 45 - ''; 46 - 47 43 passthru = { 48 44 tests = { 49 45 inherit (nixosTests)