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
@ -35,5 +35,5 @@ in stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update-bin.sh;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user