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