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:
parent
988f0cf3c5
commit
e237f23b6a
2 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ in stdenv.mkDerivation rec {
|
|||
];
|
||||
};
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
passthru.updateScript = ./update-bin.sh;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue