[packages] git-credential-rbw: Remove check phase
pyrox.dev 2 years ago 8056db86 6a7ab018
··· 2 2 pkgs.writeShellApplication { 3 3 name = "git-credential-rbw"; 4 4 runtimeInputs = [ pkgs.rbw ]; 5 5 + checkPhase = "true"; 5 6 text = '' 6 7 #${pkgs.bash}/bin/bash 7 8