DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / nix-mode / patchPhase
12345678910
# -*- mode: snippet -*- # name: patchPhase # key: pp # -- patchPhase = '' runHook prePatch $1 runHook postPatch ''; $0