iosevka-bin: move update script

Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
This commit is contained in:
Aluísio Augusto Silva Gonçalves 2020-10-30 22:16:26 -03:00
parent 988f0cf3c5
commit e237f23b6a
No known key found for this signature in database
GPG key ID: DA6EA2FACDB1CBD2
2 changed files with 1 additions and 1 deletions

View file

@ -35,5 +35,5 @@ in stdenv.mkDerivation rec {
];
};
passthru.updateScript = ./update.sh;
passthru.updateScript = ./update-bin.sh;
}