My Nix Configuration

[packages] git-credential-rbw: Remove check phase

Changed files
+1
packages
git-credential-rbw
+1
packages/git-credential-rbw/default.nix
···
pkgs.writeShellApplication {
name = "git-credential-rbw";
runtimeInputs = [ pkgs.rbw ];
+
checkPhase = "true";
text = ''
#${pkgs.bash}/bin/bash